summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-09-14 16:50:23 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-09-14 16:50:23 +0200
commitef2b818bf302da0833179c6d28fca2d64aaf1998 (patch)
tree897f348c6fb12628d6dad55e0345fda41e98b6b4 /css
parent056134d29723505a88db37374d8f3ba03f5e4d94 (diff)
fix comma spacing
Diffstat (limited to 'css')
-rw-r--r--css/_animations.scss8
-rw-r--r--css/_details.scss2
-rw-r--r--css/_settings.scss2
3 files changed, 6 insertions, 6 deletions
diff --git a/css/_animations.scss b/css/_animations.scss
index 4c686e46..27d29e3d 100644
--- a/css/_animations.scss
+++ b/css/_animations.scss
@@ -1,11 +1,11 @@
@keyframes pulse {
0% {
- box-shadow: 0 0 0 0 rgba(50,50,50,.4);
+ box-shadow: 0 0 0 0 rgba(50, 50, 50, .4);
}
70% {
- box-shadow: 0 0 0 15px rgba(50,50,50,0);
+ box-shadow: 0 0 0 15px rgba(50, 50, 50, 0);
}
100% {
- box-shadow: 0 0 0 0 rgba(50,50,50,0);
+ box-shadow: 0 0 0 0 rgba(50, 50, 50, 0);
}
-} \ No newline at end of file
+}
diff --git a/css/_details.scss b/css/_details.scss
index f023b301..fe76849a 100644
--- a/css/_details.scss
+++ b/css/_details.scss
@@ -141,7 +141,7 @@ avatar {
.avatar-options {
top: 0;
- background-color: rgba(0,0,0,0.2);
+ background-color: rgba(0, 0, 0, 0.2);
display: none;
width: 100%;
height: 100%;
diff --git a/css/_settings.scss b/css/_settings.scss
index 3e4f3597..c4b41e83 100644
--- a/css/_settings.scss
+++ b/css/_settings.scss
@@ -216,7 +216,7 @@ contactimport input[type='search']::-webkit-search-cancel-button {
width: 250px;
height: 100%;
z-index: 500;
- background: rgba(255,255,255,0.6);
+ background: rgba(255, 255, 255, 0.6);
}
#importscreen-wrapper {
position: absolute;