feature/challenge #1

Merged
BernardoWaldhelm merged 38 commits from feature/challenge into main 2023-01-15 15:25:18 +00:00
Showing only changes of commit 566172bfc1 - Show all commits

View File

@ -22,8 +22,7 @@
}
&__success {
position: absolute;
bottom: -20px;
bottom: -30px;
font-family: $font-family;
font-style: normal;
font-weight: 400;
@ -32,6 +31,7 @@
color: $color-success;
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
bottom: -20px;
font-size: 12px;
line-height: 14px;
}