Merge branch 'master' into 'staging'
Staging Update See merge request !43
This commit is contained in:
commit
ad5b7b1892
@ -280,7 +280,6 @@ input[type="button"]:not([disabled]):hover,
|
||||
button:not([disabled]):hover,
|
||||
.btn:not([disabled]):hover {
|
||||
background-color: var(--color-light);
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -307,10 +306,6 @@ input[type="button"].btn-info:hover,
|
||||
.table {
|
||||
margin: 21px 0;
|
||||
width: 100%;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.table--striped {
|
||||
@ -368,6 +363,10 @@ input[type="button"].btn-info:hover,
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user