Adds support for drop shadow

This commit is contained in:
alonso.torres 2020-09-24 16:55:50 +02:00
parent 23b53faac7
commit 64c0884eb9
15 changed files with 396 additions and 35 deletions

View file

@ -48,6 +48,11 @@ $br-big: 8px;
}
}
.row-grid-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.flex-grow {
flex-grow: 1;
}

View file

@ -364,7 +364,8 @@ ul.slider-dots {
position: relative;
width: 75px;
&::after {
&::after,
.after {
color: $color-gray-20;
font-size: $fs12;
height: 20px;
@ -374,6 +375,11 @@ ul.slider-dots {
width: 20px;
}
.after {
width: auto;
right: 6px;
}
// Input amounts
&.pixels {