summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-02-03 08:23:10 -0500
committerGitHub <noreply@github.com>2017-02-03 08:23:10 -0500
commit177589b1e26fcabd7749dd0fbe8c39999c206609 (patch)
tree97c8653aad4ec0d3919b03341349a19adfdf058c /webapp/sass/routes
parent24f02a15c14d5890c1914933e1638b920788e496 (diff)
downloadchat-177589b1e26fcabd7749dd0fbe8c39999c206609.tar.gz
chat-177589b1e26fcabd7749dd0fbe8c39999c206609.tar.bz2
chat-177589b1e26fcabd7749dd0fbe8c39999c206609.zip
Updating client dependancies except ESLint and react-router (#5253)
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_backstage.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index 79a92cde5..290e13005 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -405,12 +405,12 @@
width: 15%;
}
-&.emoji-list__creator {
+.emoji-list__creator {
padding: 15px 0px;
width: 40%;
}
-&.emoji-list__actions {
+.emoji-list__actions {
padding: 20px 15px 20px 0px;
width: 15%;
}
@@ -438,4 +438,4 @@
.emoticon {
margin-bottom: 0;
}
-} \ No newline at end of file
+}