platypush/platypush/backend/http/static/css/source/webpanel/header.scss

35 lines
634 B
SCSS

header {
.row {
width: 100%;
background: $header-bg;
padding: 1rem 2.5rem;
// margin: 0 1rem 3.5rem -1rem;
border-bottom: $header-bottom;
display: flex;
align-items: center;
.logo {
font-size: 25px;
.logo-1 {
font-weight: bold;
}
}
.date-time {
text-align: right;
padding-right: 3rem;
.date {
color: #666;
}
.time {
font-weight: bold;
font-size: 25px;
}
}
}
}