Better text for Attract on non-logged in users
This commit is contained in:
@@ -17,8 +17,6 @@ body
|
|||||||
min-width: $sidebar-width
|
min-width: $sidebar-width
|
||||||
|
|
||||||
#col_left, #col_main, #col_right
|
#col_left, #col_main, #col_right
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
position: relative
|
position: relative
|
||||||
flex: 0 0 auto
|
flex: 0 0 auto
|
||||||
min-width: 150px
|
min-width: 150px
|
||||||
@@ -89,7 +87,6 @@ nav.sidebar
|
|||||||
|
|
||||||
.dropdown
|
.dropdown
|
||||||
min-width: $sidebar-width
|
min-width: $sidebar-width
|
||||||
|
|
||||||
.dropdown-menu
|
.dropdown-menu
|
||||||
top: initial
|
top: initial
|
||||||
bottom: 3px
|
bottom: 3px
|
||||||
@@ -110,8 +107,7 @@ nav.sidebar
|
|||||||
|
|
||||||
li
|
li
|
||||||
display: block
|
display: block
|
||||||
padding: 0
|
|
||||||
margin: 0
|
|
||||||
a.navbar-item, button
|
a.navbar-item, button
|
||||||
display: flex
|
display: flex
|
||||||
color: $color-text-light-hint
|
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 */
|
/* General style for activities in all places */
|
||||||
.d-activity
|
.d-activity
|
||||||
font-size: .9em
|
font-size: .9em
|
||||||
|
@@ -149,7 +149,6 @@
|
|||||||
border-color: $color-text-dark-primary
|
border-color: $color-text-dark-primary
|
||||||
|
|
||||||
#item-details
|
#item-details
|
||||||
height: 100%
|
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
#col_right
|
#col_right
|
||||||
.dashboard
|
.dashboard
|
||||||
.d-stats
|
.d-stats
|
||||||
h3 Shot statistics
|
h3 Shot Statistics
|
||||||
|
|
||||||
| {% for proj, summary in projs_with_summaries %}
|
| {% for proj, summary in projs_with_summaries %}
|
||||||
h4
|
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