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 1
1
@import ' settings/_colors.scss' ;
2
2
@import ' settings/_typography.scss' ;
3
+ @import ' settings/_media.scss' ;
3
4
4
5
.alert {
5
6
position : fixed ;
6
7
bottom : 20px ;
7
8
right : 20px ;
8
- width : 75% ;
9
9
border-radius : 1rem ;
10
10
padding : 0.6rem 0.8rem ;
11
11
box-shadow : rgb (149 157 165 / 50% ) 0px 8px 24px ;
14
14
pointer-events : none ;
15
15
transform : translateY (100px );
16
16
transition : transform 0.5s ease-in ;
17
- max-width : 25rem ;
17
+ max-width : 35rem ;
18
+
19
+ @include width-small {
20
+ left : 20px ;
21
+ }
18
22
19
23
& .success {
20
24
background-color : $green ;
47
51
display : flex ;
48
52
justify-content : space-between ;
49
53
align-items : center ;
50
- gap : 10 px ;
54
+ gap : 1 rem ;
51
55
@include fs-6 ;
52
56
@include fw-500 ;
53
57
color : var (--fc-white );
57
61
}
58
62
59
63
& .icon {
60
- @include fs-5 ;
64
+ @include fs-3 ;
61
65
width : 25px ;
62
66
height : 25px ;
63
67
display : flex ;
You can’t perform that action at this time.
0 commit comments