SCSS refactoring & cleanup. First iteration
This commit is contained in:
parent
35fbc4d3bb
commit
1dd938d20c
17 changed files with 717 additions and 1269 deletions
|
@ -99,3 +99,14 @@ li.merge_request {
|
|||
@extend .padded;
|
||||
@extend .append-bottom-10;
|
||||
}
|
||||
|
||||
.label_branch {
|
||||
@include round-borders-all(4px);
|
||||
padding:2px 4px;
|
||||
border:none;
|
||||
font-size:13px;
|
||||
background: #474D57;
|
||||
color:#fff;
|
||||
font-weight:bold;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue