v0.7.8 - Added Quill Editor to all sites - Fixed Event name/subname showance in news.index

This commit is contained in:
Anders
2020-08-12 08:42:58 +02:00
parent 511e0b783f
commit 746926d439
13 changed files with 261 additions and 113 deletions
+16
View File
@@ -486,6 +486,22 @@ $primary-color: $blue;
}
}
.ql-align-left {
text-align: left !important;
}
.ql-align-center {
text-align: center !important;
}
.ql-align-right {
text-align: right !important;
}
.ql-align-justify {
text-align: justify !important;
}
#snackbar {
visibility: hidden;
width: calc(90% - 16px);