mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +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;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
@ -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…
x
Reference in New Issue
Block a user