mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Migrate to SCSS modules
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
@use "components";
|
||||
@use "colors" as *;
|
||||
@use "material" as *;
|
||||
@use "../core/components/css/styled-dialog";
|
||||
|
||||
@use "fonts/montserrat";
|
||||
@use "fonts/material-symbols";
|
||||
@@ -17,7 +16,6 @@ body {
|
||||
background-color: $color-dark-surface;
|
||||
color: $color-dark-on-surface;
|
||||
line-height: 1.6;
|
||||
overflow: hidden;
|
||||
|
||||
#main-wrapper {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user