10 lines
152 B
SCSS
10 lines
152 B
SCSS
|
.gitlab-ui-dev-kit {
|
||
|
> h2 {
|
||
|
font-size: 27px;
|
||
|
border-bottom: 1px solid #CCC;
|
||
|
color: #666;
|
||
|
margin: 30px 0;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|