blob: a1eb78bd34a047f8111b013bccaa915a1321cb84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import variables
.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
|