mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-08-26 13:42:26 +00:00
add SASS & CSS for .inline-warn
This commit is contained in:
parent
4878508b2c
commit
117058e09e
@ -821,6 +821,30 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
|||||||
right: 70px;
|
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 */
|
/* Composants */
|
||||||
.twister-user {
|
.twister-user {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -206,6 +206,25 @@ $header-modal-height : $menu-height
|
|||||||
right: 70px
|
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 */
|
/* Composants */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user