This commit is contained in:
Carlos Jimenez Ruiz 2019-02-19 10:57:44 +01:00
commit 1f2d38f638
2 changed files with 2 additions and 4 deletions

View File

@ -155,7 +155,6 @@ vn-table {
padding: 1.5em;
width: 100%;
box-sizing: border-box;
color: $color-font-secondary;
}
}
vn-autocomplete {

View File

@ -19,7 +19,7 @@ input[type=reset]::-moz-focus-inner {
user-select: none;
}
a , .link{
a, .link{
color: $color-font-link;
text-decoration: none;
}
@ -153,7 +153,7 @@ a.vn-list-item {
}
.vn-list-item {
padding: $pad-medium;
border-bottom: $border-thin solid $color-spacer-light;
border-bottom: $border-thin solid $color-spacer;
display: block;
text-decoration: none;
@ -184,7 +184,6 @@ vn-empty-rows.vn-list-item {
text-align: center;
padding: 1.5em;
box-sizing: border-box;
color: $color-font-secondary;
}
/** START - FORM ELEMENTS DISABLED **/