[Build] Start refactor
This commit is contained in:
24
configs/userland/astal/style.scss
Normal file
24
configs/userland/astal/style.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
/* @use './components/notifications/notifications.scss'; */
|
||||
@use "./components/bar/bar.scss";
|
||||
@use "./components/QuickActions/quickactions.scss";
|
||||
@use "./util/colours.scss" as *;
|
||||
/* @use "./components/launcher/launcher.scss"; */
|
||||
|
||||
* {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
empty {
|
||||
min-width: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title-2 {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user