Fix cta on auth page
This commit is contained in:
parent
03e5ec53df
commit
d50b847f3f
|
@ -214,3 +214,5 @@ $db-text-color: #ACAAAA
|
||||||
h2, h3, p, button, .db-status
|
h2, h3, p, button, .db-status
|
||||||
opacity: .7
|
opacity: .7
|
||||||
|
|
||||||
|
.topbar
|
||||||
|
background-color: none !important
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
$top-height: 55px
|
$top-height: 55px
|
||||||
|
|
||||||
|
#auth #top .cta
|
||||||
|
display: none
|
||||||
|
|
||||||
#top .cta
|
#top .cta
|
||||||
border-bottom: 2px solid #E4E4E4
|
border-bottom: 2px solid #E4E4E4
|
||||||
border-top: 2px solid #E4E4E4
|
border-top: 2px solid #E4E4E4
|
||||||
|
@ -11,6 +14,8 @@ $top-height: 55px
|
||||||
|
|
||||||
p
|
p
|
||||||
position: relative
|
position: relative
|
||||||
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
|
||||||
.arrow
|
.arrow
|
||||||
display: block
|
display: block
|
||||||
|
|
Loading…
Reference in New Issue
Block a user