You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/pages/_qt.scss

10 lines
124 B

7 years ago
._qt {
@extend %simple;
// Function headers
h3.fn > code {
7 years ago
float: right;
color: var(--textColorLight);
7 years ago
}
}