some final modularising of the CSS

This commit is contained in:
Robin Scholtes 2023-08-15 21:26:18 +12:00
parent e5e82032eb
commit 1171f0a517
7 changed files with 356 additions and 341 deletions

View 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);
}