blob: 528e75aad86a99ad2b9e4858e253e07fa21eae78 (
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
.js-project-creation-options
max-width: 500px
border-left: 3px dotted #efefef
margin-top: 20px
padding-left: 15px
padding-bottom: 5px
padding-top: 5px
|