css/module.less: CSS related to previous commit

This commit is contained in:
Thomas Gelf 2015-07-30 11:40:49 +02:00
parent 87ddaf19d8
commit 6187777d08
1 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,41 @@
ul.main-actions {
margin: 0;
li {
list-style-type: none;
width: 20em;
height: 20em;
text-align: center;
display: block;
padding: 0;
float: left;
a {
i {
width: 100%;
height: 1.3em;
font-size: 8em;
display: inline-block;
line-height: 1em;
}
border: 1px solid #666;
padding: 1em;
margin: 0.5em;
font-size: 1.1em;
color: #666;
font-weight: bold;
display: block;
&:hover {
background-color: #666;
color: white;
text-decoration: none;
}
}
}
}
/* BEGIN Forms */
form dt label {
width: auto;