Change Warning Container with Yellow color
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
2312d2e129
commit
7a7addb061
@ -28,7 +28,8 @@
|
||||
main.warningMain {
|
||||
pointer-events: auto;
|
||||
width: 100vw;
|
||||
background-color: red;
|
||||
background-color: #F9E81E;
|
||||
color: #14304C;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@ -37,8 +38,13 @@
|
||||
min-width: 300px;
|
||||
opacity: 0.9;
|
||||
z-index: 2;
|
||||
|
||||
h2 {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FF475a;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user