mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
some final modularising of the CSS
This commit is contained in:
parent
e5e82032eb
commit
1171f0a517
7 changed files with 356 additions and 341 deletions
13
src/web/stylesheets/components/recipe/_recipe.css
Normal file
13
src/web/stylesheets/components/recipe/_recipe.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* Recipe area styles
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
#recipe {
|
||||
position: relative;
|
||||
background-color: var(--primary-background-colour);
|
||||
border-bottom: 1px solid var(--primary-border-colour);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue