summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_webhooks.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-17 09:51:45 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-17 09:51:45 -0700
commit5273559ca101d8ae4a55104f18081ab011e5068c (patch)
treef152b638101b224ffc59ed000e384b651915266a /webapp/sass/layout/_webhooks.scss
parent074f15f761ff50388b58e35e8354c139c06a807e (diff)
parent128204b47a9ff89bf2bea97cd21d3b8892151e69 (diff)
downloadchat-5273559ca101d8ae4a55104f18081ab011e5068c.tar.gz
chat-5273559ca101d8ae4a55104f18081ab011e5068c.tar.bz2
chat-5273559ca101d8ae4a55104f18081ab011e5068c.zip
Fixing merge
Diffstat (limited to 'webapp/sass/layout/_webhooks.scss')
-rw-r--r--webapp/sass/layout/_webhooks.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/webapp/sass/layout/_webhooks.scss b/webapp/sass/layout/_webhooks.scss
index d6e367218..ffd8dd7dc 100644
--- a/webapp/sass/layout/_webhooks.scss
+++ b/webapp/sass/layout/_webhooks.scss
@@ -1,11 +1,11 @@
@charset 'UTF-8';
.webhooks__container {
- background: rgba(black, .1);
- border: 1px solid;
@include border-radius(3px);
- padding: 0 13px 15px;
+ @include alpha-property(background, $black, .1);
+ border: 1px solid;
margin-top: 10px;
+ padding: 0 13px 15px;
}
.webhook__item {
@@ -19,16 +19,16 @@
}
.webhook__remove {
- position: absolute;
- right: -7px;
- top: 8px;
- width: 30px;
- height: 30px;
+ color: #e05f5d;
font-size: 22px;
font-weight: bold;
+ height: 30px;
+ position: absolute;
+ right: -7px;
text-align: center;
text-decoration: none;
- color: #e05f5d;
+ top: 8px;
+ width: 30px;
}
.webhook__url {