Better text for Attract on non-logged in users
This commit is contained in:
@@ -17,8 +17,6 @@ body
|
||||
min-width: $sidebar-width
|
||||
|
||||
#col_left, #col_main, #col_right
|
||||
display: flex
|
||||
flex-direction: column
|
||||
position: relative
|
||||
flex: 0 0 auto
|
||||
min-width: 150px
|
||||
@@ -89,7 +87,6 @@ nav.sidebar
|
||||
|
||||
.dropdown
|
||||
min-width: $sidebar-width
|
||||
|
||||
.dropdown-menu
|
||||
top: initial
|
||||
bottom: 3px
|
||||
@@ -110,8 +107,7 @@ nav.sidebar
|
||||
|
||||
li
|
||||
display: block
|
||||
padding: 0
|
||||
margin: 0
|
||||
|
||||
a.navbar-item, button
|
||||
display: flex
|
||||
color: $color-text-light-hint
|
||||
|
@@ -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
|
||||
|
@@ -149,7 +149,6 @@
|
||||
border-color: $color-text-dark-primary
|
||||
|
||||
#item-details
|
||||
height: 100%
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#col_right
|
||||
.dashboard
|
||||
.d-stats
|
||||
h3 Shot statistics
|
||||
h3 Shot Statistics
|
||||
|
||||
| {% for proj, summary in projs_with_summaries %}
|
||||
h4
|
||||
|
@@ -1,3 +1,14 @@
|
||||
h3 Welcome to Attract
|
||||
|
||||
p This is the left column. It contains left-handed things.
|
||||
.d-welcome
|
||||
.welcome-logo
|
||||
i.pi-attract
|
||||
.welcome-title Welcome to Attract
|
||||
|
||||
.welcome-text
|
||||
p Production Management Software
|
||||
|
||||
.d-projects
|
||||
| {% for proj, summary in projs_with_summaries %}
|
||||
h4
|
||||
a(href="{{ url_for('attract.shots.perproject.index', project_url=proj.url) }}") {{ proj.name }}
|
||||
| {% endfor %}
|
||||
|
Reference in New Issue
Block a user