adding battery.js to ags
This commit is contained in:
parent
2273ff5233
commit
4c60fcb238
3 changed files with 57 additions and 0 deletions
|
@ -168,3 +168,20 @@ window.notification-popups box.notifications {
|
|||
.notif-actions .notif-action-button:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.battery-popup {
|
||||
padding: 2.5em;
|
||||
font-size: 2em;
|
||||
background-color: @backtransparent;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.battery-close {
|
||||
border-radius: 10px;
|
||||
padding: 1px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.battery-close:hover {
|
||||
background-color: @base08;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue