mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
First commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@use "auth";
|
||||
@use "chat";
|
||||
@use "common/animations";
|
||||
@use "common/components";
|
||||
@use "common/colors" as *;
|
||||
|
||||
@use "lib/fonts/montserrat";
|
||||
@use "lib/font-awesome.min.css";
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
background-color: #f8f9fa;
|
||||
color: $dark;
|
||||
line-height: 1.6;
|
||||
}
|
||||
Reference in New Issue
Block a user