mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
8 lines
121 B
SCSS
8 lines
121 B
SCSS
._yii {
|
|
@extend %simple;
|
|
|
|
.detail-header-tag, .detailHeaderTag {
|
|
float: right;
|
|
color: $textColorLight;
|
|
}
|
|
}
|