diff --git a/public/css/module.less b/public/css/module.less index 7eed1405..dfbcf526 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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;