mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-20 06:04:18 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
24
app/styles/index.scss
Normal file
24
app/styles/index.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@use 'variables.scss';
|
||||
@use 'z-index.scss';
|
||||
@use 'animations.scss';
|
||||
@use 'components/terminal.scss';
|
||||
@use 'components/resize-handle.scss';
|
||||
@use 'components/code.scss';
|
||||
@use 'components/editor.scss';
|
||||
@use 'components/toast.scss';
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:root {
|
||||
--gradient-opacity: 0.8;
|
||||
--primary-color: rgba(128, 128, 128, var(--gradient-opacity));
|
||||
--secondary-color: rgba(96, 96, 96, var(--gradient-opacity));
|
||||
--accent-color: rgba(169, 169, 169, var(--gradient-opacity));
|
||||
// --primary-color: rgba(147, 112, 219, var(--gradient-opacity));
|
||||
// --secondary-color: rgba(138, 43, 226, var(--gradient-opacity));
|
||||
// --accent-color: rgba(180, 170, 220, var(--gradient-opacity));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue