Quickfixes and boxshadow

This commit is contained in:
2020-08-27 15:47:37 +02:00
parent 552123c0cf
commit 1b053523d1
6 changed files with 126 additions and 87 deletions

View File

@@ -25,7 +25,7 @@
@mixin RV-Alignment--verticalCenter {
display: grid;
align-content: center;
align-items: center;
}
@mixin RV-Alignment--center {

View File

@@ -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;