forked from M3-Academy/desafio-react-e-typescript
feature/challenge #1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user