summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-09-05 18:12:55 -0400
committerGitHub <noreply@github.com>2017-09-05 18:12:55 -0400
commitdf085d273d7ed3fe0d53b78364da46cdd6429c53 (patch)
tree9fee7f44a9304498ec969a51e16e48351d361d97 /webapp/sass
parente30e4cfe3d787e2528419b0d17973eb0fc162d56 (diff)
downloadchat-df085d273d7ed3fe0d53b78364da46cdd6429c53.tar.gz
chat-df085d273d7ed3fe0d53b78364da46cdd6429c53.tar.bz2
chat-df085d273d7ed3fe0d53b78364da46cdd6429c53.zip
Experimental plugin system console UI (#7338)
* Add system console UI for uploading/listing/removing plugins * Add localization strings * Add banner to plugin settings * Updating UI for experimental plugins (#7362) * Text updates * Updating UI for experimental plugin stuff (#7377) * Properly clear file input after upload
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_admin-console.scss22
1 files changed, 21 insertions, 1 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index ff02ca17e..7983cf131 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -114,6 +114,10 @@
.form-group {
margin-bottom: 25px;
+
+ &.half {
+ margin-bottom: 14px;
+ }
}
.file__upload {
@@ -162,8 +166,8 @@
&.remove-filename {
margin-bottom: 5px;
- top: -2px;
position: relative;
+ top: -2px;
}
}
@@ -177,6 +181,22 @@
.fa {
margin-right: 5px;
}
+
+ &.alert-transparent {
+ background: $white;
+ border: $border-gray;
+ margin: 0;
+ padding: 8px 12px;
+ width: 100%;
+ }
+
+ hr {
+ margin: .8em 0;
+
+ &:last-child {
+ display: none;
+ }
+ }
}
}