Update strategy to use css
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
c4a9da41ba
commit
99a9b5f9a2
2 changed files with 9 additions and 11 deletions
|
@ -1085,10 +1085,14 @@ div.action.danger p.action-body{
|
|||
text-align: left;
|
||||
color: white;
|
||||
}
|
||||
.popUpElement div {
|
||||
.popUpElement div{
|
||||
font-family: 'Press Start 2P';
|
||||
font-size: 10px;
|
||||
background-color: #727678;
|
||||
white-space: pre-line;
|
||||
}
|
||||
.popUpElement .nes-container{
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
|
||||
.popUpElement button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue