mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 10:26:23 +00:00
31 lines
446 B
CSS
31 lines
446 B
CSS
|
|
/** From vulcanized demo **/
|
|
|
|
section {
|
|
background: #f7f7f7;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
margin: 1em;
|
|
position: relative !important;
|
|
padding-bottom: 10px;
|
|
}
|
|
md-content {
|
|
margin-right: 7px;
|
|
}
|
|
section .md-button:not(.md-fab) {
|
|
min-width: 10em;
|
|
}
|
|
section .md-button {
|
|
display: block;
|
|
margin: 1em;
|
|
line-height: 25px;
|
|
}
|
|
.label {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
left: 7px;
|
|
color: #ccc;
|
|
font-size: 14px;
|
|
}
|
|
|