v0.10.14d - No can now see the users images on user admin
This commit is contained in:
-6
@@ -15,12 +15,6 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
* {
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
// Variables
|
||||
@import 'variables';
|
||||
|
||||
|
||||
@@ -524,6 +524,12 @@ $primary-color: $blue;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
* {
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#snackbar.show {
|
||||
visibility: visible;
|
||||
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
|
||||
|
||||
Reference in New Issue
Block a user