Better text for Attract on non-logged in users
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
.d-welcome
|
||||
height: 300px
|
||||
display: flex
|
||||
flex-direction: column
|
||||
align-items: center
|
||||
justify-content: center
|
||||
|
||||
.welcome-logo
|
||||
font-size: 5em
|
||||
color: $color-primary
|
||||
background-color: white
|
||||
text-align: center
|
||||
border-radius: 50%
|
||||
margin: 15px auto
|
||||
box-shadow: 0 0 65px rgba(black, .1)
|
||||
|
||||
i
|
||||
display: block
|
||||
margin: 15px
|
||||
|
||||
.welcome-title
|
||||
font-size: 1.8em
|
||||
font-weight: lighter
|
||||
|
||||
.welcome-text
|
||||
padding: 10px
|
||||
color: $color-text-dark-primary
|
||||
|
||||
|
||||
/* General style for activities in all places */
|
||||
.d-activity
|
||||
font-size: .9em
|
||||
|
Reference in New Issue
Block a user