File tree 1 file changed +4
-7
lines changed
src/shared/components/Notifications
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ $white: white;
3
3
$turquoise-dark : turquoise ;
4
4
$turquoise-super-dark : turquoise ;
5
5
6
+ * :focus {
7
+ outline : none ;
8
+ }
9
+
6
10
.outer-container {
7
11
width : 1000px ;
8
12
height : auto ;
@@ -63,7 +67,6 @@ $turquoise-super-dark: turquoise;
63
67
64
68
font-weight : 500 ;
65
69
line-height : 22px ;
66
- // padding-left: 20px;
67
70
margin-top : -2px ;
68
71
padding : 5px 20px ;
69
72
display : flex ;
@@ -85,7 +88,6 @@ $turquoise-super-dark: turquoise;
85
88
@include roboto-regular ;
86
89
87
90
font-size : 20px ;
88
- // margin: auto 0px;
89
91
width : 10px ;
90
92
height : 10px ;
91
93
}
@@ -115,14 +117,9 @@ $turquoise-super-dark: turquoise;
115
117
116
118
.btn-close {
117
119
display : block ;
118
- // background: url(#{$img-path}/e-remove.svg) center center no-repeat;
119
120
background-size : 10px ;
120
121
width : 20px ;
121
122
height : 20px ;
122
-
123
- & :hover {
124
- // background: url(#{$img-path}/delete-small.svg) center center no-repeat;
125
- }
126
123
}
127
124
128
125
.black-txt {
You can’t perform that action at this time.
0 commit comments