summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-01 12:02:14 -0400
commit7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2 (patch)
tree72c5ae513b66db32dfcfa252a8475c77cbb16df5 /webapp/sass/layout
parent3245ed253af8e1750a43a0d526f819ca7aed2864 (diff)
downloadchat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.gz
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.tar.bz2
chat-7ecd23bb6cf828f61e65c1211f65c89bcdf5d3e2.zip
Revert "PLT-2027- Improvements to about dialog"
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_forms.scss11
-rw-r--r--webapp/sass/layout/_post.scss9
2 files changed, 4 insertions, 16 deletions
diff --git a/webapp/sass/layout/_forms.scss b/webapp/sass/layout/_forms.scss
index 00590495a..259beeb57 100644
--- a/webapp/sass/layout/_forms.scss
+++ b/webapp/sass/layout/_forms.scss
@@ -12,7 +12,7 @@
text-align: left;
&.light {
- @include opacity(.6);
+ color: $dark-gray;
font-size: 1.05em;
font-style: italic;
font-weight: normal;
@@ -41,13 +41,10 @@
.form-group {
margin-bottom: 25px;
- }
-}
-
-.form-group {
- &.less {
- margin-bottom: 10px;
+ &.less {
+ margin-bottom: 10px;
+ }
}
}
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 947a81318..e2bce5562 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -644,15 +644,6 @@ body.ios {
.post__img {
width: 46px;
- svg {
- height: 36px;
- width: 36px;
- }
-
- path {
- fill: inherit;
- }
-
img {
@include border-radius(50px);
height: 36px;