Style fixes
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
4645e75f17
commit
0580500359
|
@ -155,7 +155,6 @@ vn-table {
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: $color-font-secondary;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
vn-autocomplete {
|
vn-autocomplete {
|
||||||
|
|
|
@ -153,7 +153,7 @@ a.vn-list-item {
|
||||||
}
|
}
|
||||||
.vn-list-item {
|
.vn-list-item {
|
||||||
padding: $pad-medium;
|
padding: $pad-medium;
|
||||||
border-bottom: $border-thin solid $color-spacer-light;
|
border-bottom: $border-thin solid $color-spacer;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -184,7 +184,6 @@ vn-empty-rows.vn-list-item {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: $color-font-secondary;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** START - FORM ELEMENTS DISABLED **/
|
/** START - FORM ELEMENTS DISABLED **/
|
||||||
|
|
Loading…
Reference in New Issue