summaryrefslogtreecommitdiff
path: root/assets/sass/_project.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_project.sass')
-rw-r--r--assets/sass/_project.sass19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/sass/_project.sass b/assets/sass/_project.sass
new file mode 100644
index 00000000..0f91d92a
--- /dev/null
+++ b/assets/sass/_project.sass
@@ -0,0 +1,19 @@
+@import variables
+
+.project-header
+ margin-top: 8px
+ margin-bottom: 20px
+
+.action-menu
+ color: color('primary')
+ text-decoration: none
+ &:hover, &:focus
+ text-decoration: underline
+
+.project-creation-options
+ max-width: 500px
+ border-left: 3px dotted #efefef
+ margin-top: 20px
+ padding-left: 15px
+ padding-bottom: 5px
+ padding-top: 5px