mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-10 22:14:13 +00:00
add .twister-peer SASS
This commit is contained in:
parent
2e75effe9d
commit
6ef76c41b5
@ -239,6 +239,40 @@ $header-modal-height : $menu-height
|
|||||||
|
|
||||||
/* Composants */
|
/* Composants */
|
||||||
|
|
||||||
|
.twister-peer
|
||||||
|
margin: 0
|
||||||
|
min-height: 72px
|
||||||
|
padding: 4px
|
||||||
|
border-top: solid 1px $main-background-color
|
||||||
|
border-bottom: solid 1px $main-background-color
|
||||||
|
background: $bloc-light-color
|
||||||
|
+ .twister-peer
|
||||||
|
border-top: none
|
||||||
|
.avatar
|
||||||
|
float: left
|
||||||
|
width: 48px
|
||||||
|
height: 48px
|
||||||
|
overflow: hidden
|
||||||
|
margin: 4px
|
||||||
|
img
|
||||||
|
width: 48px
|
||||||
|
height: auto
|
||||||
|
&:hover
|
||||||
|
cursor: pointer
|
||||||
|
.name
|
||||||
|
display: inline-block
|
||||||
|
font-weight: 600
|
||||||
|
&:hover
|
||||||
|
cursor: pointer
|
||||||
|
.alias
|
||||||
|
display: inline-block
|
||||||
|
&:hover
|
||||||
|
color: $main-color-color
|
||||||
|
cursor: pointer
|
||||||
|
.bio
|
||||||
|
text-align: center
|
||||||
|
padding: 4px
|
||||||
|
|
||||||
.twister-user
|
.twister-user
|
||||||
position: relative
|
position: relative
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user