Browse Source

strip trailing spaces in sass/*

nin-v2
Simon Grim 6 years ago
parent
commit
febce70255
  1. 1
      sass/base/_commons.sass
  2. 1
      sass/base/_var.sass
  3. 1
      sass/layout/_dm.sass
  4. 2
      sass/layout/_modal.sass
  5. 1
      sass/layout/_profile.sass
  6. 1
      sass/pages/_following.sass
  7. 1
      sass/pages/_login.sass
  8. 1
      sass/pages/_network.sass

1
sass/base/_commons.sass

@ -105,4 +105,3 @@ h3 @@ -105,4 +105,3 @@ h3
display: none!important
.isFollowing:after
display: none!important

1
sass/base/_var.sass

@ -47,4 +47,3 @@ $main-line-height : 1.3rem @@ -47,4 +47,3 @@ $main-line-height : 1.3rem
$main-font-family: "Roboto", sans-serif, "Symbola"
$symbol-font-family: "Ionicons"
$serif-font-family: "Droid", serif

1
sass/layout/_dm.sass

@ -165,4 +165,3 @@ @@ -165,4 +165,3 @@
position: absolute
right: 0
left: auto

2
sass/layout/_modal.sass

@ -297,5 +297,3 @@ $header-modal-height : $menu-height @@ -297,5 +297,3 @@ $header-modal-height : $menu-height
/********* DIRECT MESSAGES MODAL ***********/
@import '_dm'

1
sass/layout/_profile.sass

@ -156,4 +156,3 @@ $modal-postboard-post-height: 100% @@ -156,4 +156,3 @@ $modal-postboard-post-height: 100%
text-decoration: none
@extend .ion-tox
@extend .ion

1
sass/pages/_following.sass

@ -58,4 +58,3 @@ @@ -58,4 +58,3 @@
.swarm-status
display: none!important

1
sass/pages/_login.sass

@ -68,4 +68,3 @@ @@ -68,4 +68,3 @@
.create-user
clear: both
margin: 20px 0

1
sass/pages/_network.sass

@ -84,4 +84,3 @@ @@ -84,4 +84,3 @@
width: 100%
background: rgba(#5F81A1,.5)
margin-top: $space

Loading…
Cancel
Save