mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-17 21:48:08 +01:00
refactor(styles): inverse re-do
This commit is contained in:
parent
d34c272bff
commit
fa26f9f0bf
4 changed files with 16 additions and 14 deletions
|
|
@ -1,4 +1,6 @@
|
|||
:host {
|
||||
@import '../../styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
@ -17,8 +19,7 @@
|
|||
.left {
|
||||
> * {
|
||||
padding: 0 1.25rem;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
border-right: 1px solid nga-theme(separator);
|
||||
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
|
|
@ -34,12 +35,12 @@
|
|||
}
|
||||
|
||||
.control-icon.ion-navicon {
|
||||
font-size: 2.8rem;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 1.7rem;
|
||||
font-weight: bold;
|
||||
font-weight: nga-theme(font-weight-bolder);
|
||||
text-decoration: none;
|
||||
transition: all 0.2s ease;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue