v0.10.14c - Various fixes
This commit is contained in:
+6
@@ -15,6 +15,12 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
* {
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
// Variables
|
||||
@import 'variables';
|
||||
|
||||
|
||||
@@ -68,3 +68,7 @@ nav > .pagination {
|
||||
nav {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.calendar-table__col.disabled > .calendar-table__item {
|
||||
color: darkgrey;
|
||||
}
|
||||
|
||||
@@ -524,10 +524,6 @@ $primary-color: $blue;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
.container > * {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#snackbar.show {
|
||||
visibility: visible;
|
||||
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
|
||||
|
||||
Reference in New Issue
Block a user