Fix style
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
b38081515b
commit
949b73d900
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@ body .message-info.warning{
|
||||||
i {
|
i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: auto;
|
||||||
left: -6px;
|
left: -6px;
|
||||||
top: calc(100% - 28px);
|
top: calc(100% - 28px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -80,6 +80,7 @@ body .message-info.warning{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: solid 3px black;
|
border: solid 3px black;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue