mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
content linker styled using standard list picker control
This commit is contained in:
parent
db1b3aef8c
commit
23a6b25b0a
5 changed files with 72 additions and 61 deletions
|
@ -4,6 +4,7 @@
|
|||
> .options {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
||||
> .option {
|
||||
@include ease-in();
|
||||
|
@ -13,6 +14,8 @@
|
|||
background-color: $color-off-white;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
line-height: 26px;
|
||||
|
||||
&:hover {
|
||||
color: $color-black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue