12 lines
262 B
SCSS
12 lines
262 B
SCSS
/* This is the mac variant */ // sass-lint:disable-line no-css-comments
|
|
|
|
$os-infopanel-arrow-height: 10px;
|
|
$os-infopanel-arrow-offset-end: 7px;
|
|
$os-infopanel-arrow-width: 18px;
|
|
|
|
.dark-theme {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
@import './activity-stream';
|