share notebook [ok]
This commit is contained in:
@ -237,4 +237,26 @@
|
||||
.item-setting {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// share
|
||||
.friend-header {
|
||||
position: relative;
|
||||
.notebook-setting {
|
||||
display: none;
|
||||
}
|
||||
&:hover {
|
||||
.notebook-setting {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.each-user {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
margin-top: 3px;
|
||||
border: 1px solid #eee;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user