move buttonlist module into modules folder
This commit is contained in:
29
modules/buttonlist.css
Normal file
29
modules/buttonlist.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.buttonlist {
|
||||
border-left: 1px solid #b3b3b3;
|
||||
padding-left: 0.5em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
.buttonlist li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.buttonlist li a {
|
||||
color: #454545;
|
||||
text-decoration: none;
|
||||
width: 100%;
|
||||
}
|
||||
.buttonlist li > * * {
|
||||
color: #454545;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0.75em;
|
||||
transition: 0.5s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.buttonlist li > a:hover * {
|
||||
background: #d9d9d9;
|
||||
color: black;
|
||||
}
|
Reference in New Issue
Block a user