mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
34 lines
450 B
SCSS
34 lines
450 B
SCSS
body.dashboard {
|
|
.content {
|
|
padding-top: 69px;
|
|
position: relative;
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
.row {
|
|
margin: 10px 0;
|
|
}
|
|
.header {
|
|
background: #fff;
|
|
padding: 14px;
|
|
width: 100%;
|
|
height: 50px;
|
|
font-size: 1.2em;
|
|
i {
|
|
// padding-right: 10px;
|
|
}
|
|
input, button, .btn {
|
|
position: relative;
|
|
top: -4px;
|
|
}
|
|
input {
|
|
width: 20%;
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|