mirror of
https://github.com/documize/community.git
synced 2025-08-03 04:25:25 +02:00
Enhance + SECTION to always be visible
This commit is contained in:
parent
7d3473365a
commit
9d82682797
12 changed files with 771 additions and 762 deletions
|
@ -1,32 +1,28 @@
|
|||
.start-section {
|
||||
@extend .no-select;
|
||||
height: 60px;
|
||||
background-color: transparent;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
font-size: 1.3rem;
|
||||
|
||||
> .start-button {
|
||||
display: none;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
margin: 60px 0;
|
||||
position: relative;
|
||||
}
|
||||
color: $color-gray-light;
|
||||
|
||||
&:first-of-type {
|
||||
height: 30px;
|
||||
> .cta {
|
||||
@include ease-in();
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.22rem;
|
||||
|
||||
> .start-button {
|
||||
padding: 0;
|
||||
&:hover {
|
||||
color: $color-green;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.start-section-empty-state {
|
||||
> .start-button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.new-section-wizard {
|
||||
display: none;
|
||||
@include border-radius(2px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue