File "style.scss"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/modules/dashboard/entries/dashboard/components/toolbar/style.scss
File size: 1.02 KB
MIME-type: text/plain
Charset: utf-8
.itsec-dashboard-toolbar {
background: white;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem 1.5rem;
min-height: calc(30px + 1rem);
.itsec-dashboard-toolbar__logo {
height: 25px;
width: auto;
}
.components-accessible-toolbar {
border: none;
a.components-button:focus {
outline: none;
box-shadow: none;
}
.components-button.has-icon::before,
.components-toolbar .components-button.has-icon::before {
left: 6px;
right: 2px;
}
}
.components-button {
height: auto;
padding-top: 0;
padding-bottom: 0;
}
@media screen and (max-width: $mobile) {
padding-top: 1rem;
padding-bottom: 1rem;
.components-accessible-toolbar {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
justify-items: start;
grid-gap: 1rem;
}
}
}