mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
[WIP] User can select theme
This commit is contained in:
parent
11e164496b
commit
679049d2b1
11 changed files with 141 additions and 8 deletions
|
@ -32,3 +32,37 @@
|
|||
color: $color-gray;
|
||||
margin: 5rem 0;
|
||||
}
|
||||
|
||||
|
||||
.theme-picker {
|
||||
display : block;
|
||||
margin-bottom: 10px;
|
||||
|
||||
> .theme {
|
||||
height: 100px;
|
||||
width: 250px;
|
||||
text-align: center;
|
||||
color: $color-white;
|
||||
font-weight: 600;
|
||||
font-size: 1.2rem;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0 20px 20px 0;
|
||||
padding: 10px 0 0 0;
|
||||
cursor: default;
|
||||
border: 7px solid $color-gray-light;
|
||||
@include border-radius(3px);
|
||||
@include ease-in();
|
||||
|
||||
&:hover {
|
||||
border: 7px solid $color-gray;
|
||||
}
|
||||
|
||||
.tick {
|
||||
text-align: center;
|
||||
color: $color-white;
|
||||
font-weight: 400;
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue