mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Rename layout zones
This commit is contained in:
parent
eb7ebf391d
commit
31580d883c
13 changed files with 71 additions and 38 deletions
|
@ -1,9 +1,20 @@
|
|||
.footer {
|
||||
footer {
|
||||
background-color: $color-off-white;
|
||||
background-color: $color-primary-light;
|
||||
// border-top: 1px solid $color-gray-light2;
|
||||
color: $color-gray;
|
||||
color: $color-dark;
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
padding: 10px 2rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
a, a:visited {
|
||||
@include ease-in();
|
||||
color: $color-primary;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,13 +1,7 @@
|
|||
.sidebar {
|
||||
padding: 2rem;
|
||||
background-color: $color-white;
|
||||
// border: 1px solid $color-border;
|
||||
// @include border-radius(4px);
|
||||
|
||||
// @include border-radius(4px);
|
||||
// border: 1px solid $color-gray-light2;
|
||||
// padding: 1rem;
|
||||
// // padding: 30px 20px;
|
||||
// height: calc(100vh - 145px);
|
||||
// width: 350px;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.sidebar-white {
|
||||
background-color: $color-white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue