Browse Source

add SASS & CSS for .inline-warn

nin-v2
Simon Grim 8 years ago
parent
commit
117058e09e
  1. 24
      css/style.css
  2. 19
      sass/layout/_modal.sass

24
css/style.css

@ -821,6 +821,30 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -821,6 +821,30 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
right: 70px;
}
.inline-warn {
background-color: #FEFEDF;
padding: 10px;
}
.inline-warn .close {
float: right;
font-size: 1.2em;
color: #e34f42;
cursor: pointer;
margin: -8px 2px 8px 8px;
}
.inline-warn .text {
font-size: 0.8em;
text-align: center;
}
.inline-warn .options {
font-size: 0.8em;
text-align: right;
margin-top: 4px;
}
.inline-warn .options div > * {
display: inline-block;
}
/* Composants */
.twister-user {
position: relative;

19
sass/layout/_modal.sass

@ -206,6 +206,25 @@ $header-modal-height : $menu-height @@ -206,6 +206,25 @@ $header-modal-height : $menu-height
right: 70px
.inline-warn
background-color: #FEFEDF
padding: 10px
.close
float: right
font-size: 1.2em
color: #e34f42
cursor: pointer
margin: -8px 2px 8px 8px
.text
font-size: 0.8em
text-align: center
.options
font-size: 0.8em
text-align: right
margin-top: 4px
div > *
display: inline-block
/* Composants */

Loading…
Cancel
Save