mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-26 20:02:58 +00:00
lint
This commit is contained in:
@@ -9,21 +9,21 @@
|
|||||||
position : relative;
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-wrap : wrap-reverse;
|
flex-wrap : wrap-reverse;
|
||||||
reading-flow : flex-visual;
|
|
||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
height : auto;
|
height : auto;
|
||||||
color : black;
|
|
||||||
background-color : #DDDDDD;
|
|
||||||
font-size : .65rem;
|
|
||||||
font-family : 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
text-transform: uppercase;
|
font-size : 0.65rem;
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
|
color : black;
|
||||||
|
text-transform : uppercase;
|
||||||
|
background-color : #DDDDDD;
|
||||||
|
reading-flow : flex-visual;
|
||||||
|
|
||||||
.editors {
|
.editors {
|
||||||
display : flex;
|
display : flex;
|
||||||
justify-content : flex-end;
|
justify-content : flex-end;
|
||||||
min-width : 275px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
|
min-width : 275px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
|
||||||
font-size: .85rem;
|
font-size : 0.85rem;
|
||||||
&:only-child {min-width : unset; margin-left : auto;}
|
&:only-child {min-width : unset; margin-left : auto;}
|
||||||
reading-order : 2;
|
reading-order : 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user