material-drawn
Version:
Materialize Admin Dashboard Template
68 lines (54 loc) • 1.12 kB
CSS
.primary {
background-color: #007bff ;
color: white ;
}
.danger {
background-color: #F44336 ;
color: white ;
}
.success {
background-color: #28a745 ;
color: white ;
}
.info {
background-color: #17a2b8 ;
color: white ;
}
.row-wrap {
margin: 20px 40px;
}
.collection {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
overflow: visible;
}
.dropdown-content {
border-radius: 10px;
width: auto ;
}
form .row {
margin-bottom: 0px;
}
body {
height: inherit;
}
.register-center {
float: unset ;
padding-top: 40px ;
margin-right: auto;
height: -webkit-fill-available;
}
.no-margin {
margin: 0px;
}
.submit-margin {
margin-top: 20px;
}
.btn-block {
width: 70%
}
.collection.with-header .collection-item {
padding-right: 30px;
}
.register-form .input-field {
margin-bottom: 0px;
}