material-drawn
Version:
Materialize Admin Dashboard Template
543 lines (451 loc) • 10.4 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 ;
}
.card {
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
border-radius: 10px;
}
.card .card-action:last-child {
border-radius: 0 0 10px 10px;
}
.sidenav {
width: 250px;
}
.paddingtop {
padding-top: 60px ;
}
.row-wrap {
margin: 20px 40px;
}
.datatable-wrap {
margin: 50px;
}
.task-wrap {
margin: 0px;
}
.progress-wrap {
margin: 10px;
}
nav .sidenav-trigger {
height: inherit;
margin: 0px;
}
nav .setting-trigger {
margin: 0px;
}
.country img {
height: 30px;
width: auto;
vertical-align: middle;
}
.dropdown-content {
border-radius: 10px;
width: auto ;
}
#dropdown1.dropdown-content,
#dropdown2.dropdown-content {
top: 0px ;
margin-top: 65px;
}
.user-view {
margin-bottom: 1px ;
border-bottom: 1px solid white;
}
.card.profile {
font-size: 20px;
font-weight: 400;
line-height: 1.8em;
background-color: white;
}
.profile .card-image,
.product .card-image {
max-height: 180px ;
}
.profile,
.product {
height: inherit;
}
.card-title {
font-size: 30px ;
font-weight: 400 ;
}
.card .card-image img {
height: -webkit-fill-available;
border-radius: 10px 10px 0px 0px;
}
.progress-text {
font-size: 20px;
}
.card-content .material-icons,
.card-reveal .material-icons {
vertical-align: sub;
}
.task-text {
line-height: inherit ;
font-size: 20px ;
}
.status-card {
max-height: 200px;
min-height: 150px;
}
.collection {
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
border: none;
border-radius: 10px;
}
.status-card-text {
font-size: 1em;
}
.status-card-number {
font-size: 1.8em;
font-weight: 500;
letter-spacing: .05em;
}
.status-card .card-content {
text-align: center;
line-height: 2.1em;
padding: 12px 24px;
}
.status-card .card-action {
background-color: rgba(0, 0, 0, .2);
max-height: 60px;
}
.status-card-title {
font-size: 1.3em;
}
.status-card-label {
margin: 0px;
font-size: 1.2em;
text-align: center;
}
.product ul.card-action-buttons {
margin: -30px 10px -6px 0px;
text-align: right;
}
.product ul.card-action-buttons li {
display: inline-block;
padding-left: 5px;
}
.progress {
background-color: #bbbbbb;
height: 5px;
border-radius: 10px;
}
.badge {
padding: 0px 15px ;
border-radius: 10px;
}
.btn-bigfloat {
width: 65px ;
height: 65px ;
font-weight: 600;
font-size: 1.0rem;
line-height: 65px;
margin: 10px;
position: absolute;
top: 0;
letter-spacing: 0;
}
form .row {
margin-bottom: 0px;
}
.no-margin {
margin: 0px;
}
.preloader-background {
display: flex;
align-items: center;
justify-content: center;
background-color: #eee;
position: fixed;
z-index: 10000000;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sidenav .collapsible-header {
background-color: transparent ;
}
.sidenav *:not(.divider) {
background-color: transparent;
color: white;
}
nav *,
nav .btn-large:hover {
background-color: transparent;
}
.sidenav li>a>i,
.sidenav li>a>i.material-icons {
margin: 0px 20px 0px 0px;
color: white;
}
.sidenav li.active {
background-color: rgba(0, 0, 0, .6);
}
input[type=checkbox]:checked+span.task-text {
text-decoration-line: line-through;
}
.carousel .indicators {
background-color: currentColor;
}
.carousel-item img {
height: inherit;
}
.carousel-wrap {
height: -webkit-fill-available ;
}
.search-field {
border: 1px solid white ;
border-radius: 10px ;
padding: 0px 0px 0px 10px ;
width: -webkit-fill-available ;
height: 32px ;
background-color: white ;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) ;
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) ;
box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75) ;
}
.search-wrap {
margin: 0px;
}
input::placeholder {
color: rgb(98, 98, 98);
}
.modal {
max-height: max-content;
width: 33%;
background-color: rgba(0, 0, 0, .1);
}
.modal-overlay {
background-color: rgba(0, 0, 0, .8) ;
opacity: 1 ;
}
.collection.with-header .collection-item {
padding: 15px;
}
.message {
background-image: url('https://images.unsplash.com/photo-1551001626-86e913f8baf7?ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60');
background-size: cover;
}
.message .row {
margin: 10px 20px;
}
.message-box {
border-radius: 10px;
-webkit-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.75);
}
.online-icon {
vertical-align: middle;
}
.profile-view {
position: relative;
padding: 0px;
height: 200px;
margin-bottom: 8px;
background-image: url('https://images.unsplash.com/photo-1566345984367-fa2ba5cedc17?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=400&q=60');
background-size: cover;
}
.profile-view .circle {
display: block;
}
.profile-background>a>img {
height: 100px;
width: 100px;
}
.profile-view .profile-background {
background-size: contain;
position: absolute;
top: 30px;
left: 20px;
}
.profile-background>a {
display: block;
}
.profile-content {
height: 400px;
overflow-y: scroll;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
background-color: rgba(255, 255, 255, 0.75);
}
.tab>a {
font-size: inherit ;
font-weight: bold;
}
.download-link {
height: 36px;
width: 36px;
}
.down-circle {
box-sizing: border-box;
display: inline-block ;
border-radius: 50%;
height: 36px ;
width: 36px ;
padding: 0px ;
margin: 0px 0px 0px 10px;
}
.breadcrumb i,
.breadcrumb i.material-icons {
float: none;
}
.alert .card-content {
font-size: 1.3em;
}
span[data-dismiss="alert"] {
cursor: pointer;
font-weight: 500;
font-size: 20px ;
}
.maildemo nav {
border-radius: 10px;
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
}
.mailbox-sidebar .material-icons {
vertical-align: middle;
margin-right: 10px;
}
.mailbox-sidebar {
padding-left: 0px ;
}
.mailbox-sidebar li {
font-size: 1em;
font-weight: 500;
}
.mailbox-topbar {
height: 60px;
}
.mailbox-header .material-icons,
.mailbox-content .material-icons {
cursor: pointer;
}
.mailbox-header-item {
display: inline-block;
margin-right: 10px;
}
.mailcompose-header-item {
display: inline-block;
margin-right: 15px;
}
.mailbox-content {
height: 300px;
overflow-y: auto;
}
.mailbox-content ul {
border: none;
box-shadow: none;
}
.mailbox-content form {
font-size: 1.3em;
}
.mailbox-content .collapsible-body {
background-color: whitesmoke;
}
.mailbox-content .collapsible-header * {
vertical-align: middle;
}
.mail-user {
width: 50px;
height: 50px;
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
}
.mail-user-detail {
width: 100%;
line-height: 1.7rem;
margin: auto;
margin-left: 10px;
font-size: 1.7rem;
font-weight: 500;
}
.mail-user-detail span.badge {
margin: 5px 0px;
}
.mail-user-detail .material-icons {
margin: 5px 5px 5px 0px;
}
.forward-mail {
transform: rotateY(180deg);
}
@media screen and (max-width: 600px) {
/* styles */
html {
font-size: 13px;
}
.card {
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
}
.paddingtop {
padding-top: 60px ;
}
.row-wrap {
margin: 20px 10px ;
}
.datatable-wrap {
margin: 10px;
}
.collection.with-header .collection-item {
padding: 10px;
}
.progress-wrap {
margin: 5px;
}
.sidenav {
width: 200px;
}
.card.profile {
font-size: 16px;
font-weight: 400;
line-height: 1.6em;
background-color: white;
}
.card-title {
font-size: 25px ;
font-weight: 400 ;
}
.progress-text {
font-size: 15px;
}
.task-text {
line-height: inherit ;
font-size: 18px ;
}
.collection {
-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.75)
}
.badge {
padding: 0px 10px ;
border-radius: 10px;
}
.message .row {
margin: 10px 10px;
}
}