restpi/statics/static_dirs/css/style.css

55 wiersze
861 B
CSS

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
body{
margin: 0;
font-size: .9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
text-align: left;
background-color: #f5f8fa;
}
.navbar-restpi {
box-shadow: 0 2px 4px rgba(0,0,0,.04);
}
.navbar-brand , .nav-link, .my-form, .login-form {
font-family: Raleway, sans-serif;
}
.my-form {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.my-form .row {
margin-left: 0;
margin-right: 0;
}
.main-bar {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.main-bar .row {
margin-left: 0;
margin-right: 0;
}
table{
font-size: 0.75rem;
}
.table td, .table th {
padding: .50rem;
}
th[scope="row"]:nth-child(2n){
border-left: 0.75rem solid black;
}
input[type="checkbox"].switch_1 {
font-size: 0.75rem;
}