summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-27 00:29:37 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-27 00:29:37 +0500
commit9e7ba4aa5dec9882e6fcf747b464cd8d5cee1e98 (patch)
treeb6d36c08b216f6550368c6fe8e0665fa7dabe99b /web/sass-files/sass/partials/_modal.scss
parentfebb6e3b656f0a5e48c928f26d071d2f1baf5b33 (diff)
downloadchat-9e7ba4aa5dec9882e6fcf747b464cd8d5cee1e98.tar.gz
chat-9e7ba4aa5dec9882e6fcf747b464cd8d5cee1e98.tar.bz2
chat-9e7ba4aa5dec9882e6fcf747b464cd8d5cee1e98.zip
Removing relative from span
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 9009dd768..4427cb7dd 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -62,8 +62,7 @@
background: rgba(0, 0, 0, 0.1);
}
span {
- position: relative;
- top: -1px;
+ line-height: 10px;
}
}
.btn {