mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
Convert remaining LESS files to SCSS
This commit is contained in:
parent
15648d10d1
commit
84bae83d68
6 changed files with 56 additions and 46 deletions
32
modules/module/tpl/css/module_admin.scss
Normal file
32
modules/module/tpl/css/module_admin.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.fvOff, .fvOn {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-color: transparent;
|
||||
background-size: 18px 18px;
|
||||
overflow: hidden;
|
||||
text-indent: -1000px;
|
||||
border: 0;
|
||||
.nodescription > & {
|
||||
top: -1px;
|
||||
}
|
||||
.__simpleView & {
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.fvOff{
|
||||
background-image: url('images/star-empty.svg');
|
||||
}
|
||||
|
||||
.fvOn{
|
||||
background-image: url('images/star-fill.svg');
|
||||
}
|
||||
|
||||
.x_table.x_table-striped.x_table-hover.dsTg tr {
|
||||
th:first-child, td:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue