1
0
Fork 0
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:
sauls8t 2018-02-07 19:16:23 +00:00
parent 7d3473365a
commit 9d82682797
12 changed files with 771 additions and 762 deletions

View file

@ -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);