Quickfixes and boxshadow
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
@mixin RV-Alignment--verticalCenter {
|
||||
display: grid;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@mixin RV-Alignment--center {
|
||||
|
@@ -11,7 +11,7 @@
|
||||
@mixin RV-FlexRow__Container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
height: 100%;
|
||||
|
||||
&--multiRow {
|
||||
@include RV-FlexRow__Container--multiRow;
|
||||
@@ -83,6 +83,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin RV-FlexRow--multiRow {
|
||||
&__Container {
|
||||
@include RV-FlexRow__Container--multiRow;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin RV-FlexRow {
|
||||
&__Container {
|
||||
@include RV-FlexRow__Container;
|
||||
|
Reference in New Issue
Block a user