summaryrefslogtreecommitdiff
path: root/assets/sass/_project.sass
blob: 0f91d92af07b18d085aeec9d8409f4ea328d3725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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