We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff925 commit b9b89aeCopy full SHA for b9b89ae
src/scss/body.scss
@@ -1,11 +1,12 @@
1
.em-widget-risk-warning{
2
- position:fixed;
+ width:100%;
3
+ box-sizing: border-box;
4
+ position:absolute;
5
top:41px;
6
left:0;
- height:40px;
7
background:#FFF2E6;
8
z-index:1;
- padding: 5px;
9
+ padding: 8px;
10
color: #5d5d5d;
11
font-size:13px;
12
display:none;
@@ -15,7 +16,11 @@
15
16
}
17
i{
18
position: absolute;
19
+ height:30px;
20
+ margin:auto;
21
right: 0px;
22
+ top:0;
23
+ bottom:0;
24
cursor:pointer;
25
&:before {
26
color:#999;
0 commit comments