Files
cachet-docker/app/assets/sass/partials/_content.scss
2014-12-04 21:56:54 +00:00

24 lines
314 B
SCSS

body.dashboard {
.content {
.row {
margin: 10px 0;
}
.header {
background: #ffffff;
padding: 14px;
width: 100%;
height: 50px;
font-size: 18px;
i {
padding-right: 10px;
}
input, button, .btn {
position: relative;
top: -4px;
}
input {
width: 20%;
}
}
}
}