mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Generic alert-log style. Reduce font size.
This commit is contained in:
parent
d59576a3a1
commit
5ecc73ca26
1 changed files with 7 additions and 7 deletions
|
@ -488,7 +488,14 @@ input[type='radio'].nice-radio {
|
|||
padding-right: 25px;
|
||||
& + p {margin-top: 0.5em;}
|
||||
}
|
||||
}
|
||||
.alert-log {
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
|
||||
// YNH custom
|
||||
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -524,12 +531,5 @@ input[type='radio'].nice-radio {
|
|||
& + .alert {margin-top: 0;}
|
||||
}
|
||||
|
||||
.alert-log {
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
|
||||
// YNH custom
|
||||
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue