File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/app/shared/alerts/alert Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11@import ' settings/_colors.scss' ;
22@import ' settings/_typography.scss' ;
3+ @import ' settings/_media.scss' ;
34
45.alert {
56 position : fixed ;
67 bottom : 20px ;
78 right : 20px ;
8- width : 75% ;
99 border-radius : 1rem ;
1010 padding : 0.6rem 0.8rem ;
1111 box-shadow : rgb (149 157 165 / 50% ) 0px 8px 24px ;
1414 pointer-events : none ;
1515 transform : translateY (100px );
1616 transition : transform 0.5s ease-in ;
17- max-width : 25rem ;
17+ max-width : 35rem ;
18+
19+ @include width-small {
20+ left : 20px ;
21+ }
1822
1923 & .success {
2024 background-color : $green ;
4751 display : flex ;
4852 justify-content : space-between ;
4953 align-items : center ;
50- gap : 10 px ;
54+ gap : 1 rem ;
5155 @include fs-6 ;
5256 @include fw-500 ;
5357 color : var (--fc-white );
5761 }
5862
5963 & .icon {
60- @include fs-5 ;
64+ @include fs-3 ;
6165 width : 25px ;
6266 height : 25px ;
6367 display : flex ;
You can’t perform that action at this time.
0 commit comments