Browse Source

Merge pull request #211 from slr/tasty-fix-add-following-method

add following config modal SASS
master
miguelfreitas 10 years ago
parent
commit
fd5ebe1720
  1. 20
      theme_nin/sass/style.sass

20
theme_nin/sass/style.sass

@ -664,6 +664,26 @@ ol.toptrends-list @@ -664,6 +664,26 @@ ol.toptrends-list
text-align: right
/************ FOLLOWING-CONFIG MODAL **********/
.following-config-modal
h2
text-transform: none
.modal-wrapper
top: 43%
left: 25%
width: 50%
.modal-content
padding: 10px
text-align: center
background-color: white
.modal-buttons
display: none
.following-config-method-buttons
padding: 10px
.public-following
background-color: #B4C669
/************ RETWIST POSTS MODAL **********/
.reTwist

Loading…
Cancel
Save