File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
/* Messages */
2
- .flashes {
2
+ .flashes {
3
3
position : absolute ;
4
4
width : $message-width ;
5
5
left : 50% ;
6
6
top : 100px ;
7
7
margin-left : -220px ;
8
- z-index : 1000 ;
8
+ z-index : 1080 ;
9
9
transition : all 0.5s ease-out ;
10
10
11
- & .right {
11
+ & .right {
12
12
position : fixed ;
13
13
left : auto ;
14
14
right : 0 ;
17
17
animation : 0.8s ease-out 0s 1 slideFromRight;
18
18
}
19
19
20
- & .closed {
20
+ & .closed {
21
21
right : -440px ;
22
22
}
23
23
}
24
24
25
- .message-box {
25
+ .message-box {
26
26
position : absolute ;
27
27
}
28
28
29
- .message {
29
+ .message {
30
30
color : $body-color ;
31
31
background-color : white ;
32
32
padding : 25px ;
39
39
border-radius : $border-radius ;
40
40
box-shadow : $box-shadow ;
41
41
42
- & ::before {
43
- content : url (" #{$messages-icon } info-blue.svg" );
42
+ & ::before {
43
+ content : url (' #{$messages-icon } info-blue.svg' );
44
44
position : absolute ;
45
45
left : 25px ;
46
46
transform : scale (1.5 );
47
47
top : calc (50% - 10px );
48
48
}
49
49
50
- & .success ::before {
51
- content : url (" #{$messages-icon } check_circle-success.svg" );
50
+ & .success ::before {
51
+ content : url (' #{$messages-icon } check_circle-success.svg' );
52
52
}
53
- & .warning ::before {
54
- content : url (" #{$messages-icon } warning-orange.svg" );
53
+ & .warning ::before {
54
+ content : url (' #{$messages-icon } warning-orange.svg' );
55
55
}
56
- & .error ::before {
57
- content : url (" #{$messages-icon } cancel-red.svg" );
56
+ & .error ::before {
57
+ content : url (' #{$messages-icon } cancel-red.svg' );
58
58
}
59
- & .idea ::before {
60
- content : url (" #{$messages-icon } idea-yellow.svg" );
59
+ & .idea ::before {
60
+ content : url (' #{$messages-icon } idea-yellow.svg' );
61
61
}
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments