mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-11 14:30:35 +00:00
Fix remaining Sass deprecation logs in win95 style (#3022)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
// Modified by kibi! to use webpack package syntax for urls (eg,
|
||||
// `url(~images/…)`) for easy importing into skins.
|
||||
|
||||
@use 'mastodon/functions' as *;
|
||||
|
||||
$win95-bg: #bfbfbf;
|
||||
$win95-dark-grey: #404040;
|
||||
$win95-mid-grey: #808080;
|
||||
@@ -16,6 +18,8 @@ $win95-cyan: #008080;
|
||||
$ui-highlight-color: $win95-window-header
|
||||
);
|
||||
|
||||
@use 'application';
|
||||
|
||||
@mixin win95-border-outset() {
|
||||
border-left: 2px solid #efefef;
|
||||
border-top: 2px solid #efefef;
|
||||
@@ -97,8 +101,6 @@ $win95-cyan: #008080;
|
||||
src: url('~fonts/premillenium/MSSansSerif.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@import 'application';
|
||||
|
||||
/* borrowed from cybrespace style: wider columns and full column width images */
|
||||
|
||||
@media screen and (min-width: 1300px) {
|
||||
|
||||
Reference in New Issue
Block a user