testing ags
This commit is contained in:
23
home/core/gui/ags/style/osd.scss
Normal file
23
home/core/gui/ags/style/osd.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.osd {
|
||||
@include window;
|
||||
padding: 0;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
image {
|
||||
margin-left: 1rem;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
progressbar trough {
|
||||
border-radius: 16px;
|
||||
background: none;
|
||||
min-width: 12.5rem;
|
||||
min-height: 2.5rem;
|
||||
}
|
||||
|
||||
progressbar progress {
|
||||
border-radius: 0;
|
||||
border-radius: 16px;
|
||||
min-height: 2.5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user