Merge branch 'master' into 'staging'

Staging Update

See merge request !43
This commit is contained in:
Felix Hamann 2018-07-08 17:31:56 +02:00
commit ad5b7b1892

View File

@ -280,7 +280,6 @@ input[type="button"]:not([disabled]):hover,
button:not([disabled]):hover, button:not([disabled]):hover,
.btn:not([disabled]):hover { .btn:not([disabled]):hover {
background-color: var(--color-light); background-color: var(--color-light);
text-decoration: underline;
color: white; color: white;
} }
@ -307,10 +306,6 @@ input[type="button"].btn-info:hover,
.table { .table {
margin: 21px 0; margin: 21px 0;
width: 100%; width: 100%;
a {
text-decoration: none;
}
} }
.table--striped { .table--striped {
@ -368,6 +363,10 @@ input[type="button"].btn-info:hover,
padding-bottom: 10px; padding-bottom: 10px;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
a {
text-decoration: none;
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {