mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Use icons from Material font in workspaces
This commit is contained in:
parent
a5e1737cfa
commit
d583587360
3 changed files with 14 additions and 12 deletions
|
@ -2,18 +2,20 @@
|
|||
background-color: $bg1-a;
|
||||
border-radius: 25px;
|
||||
|
||||
.icon, .icon label {
|
||||
font-family: "Material Symbols Outlined";
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
|
||||
.value {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin: 0 9px;
|
||||
}
|
||||
|
||||
.focused {
|
||||
// text-decoration: underline;
|
||||
// text-decoration-color: red;
|
||||
// text-decoration-style: double;
|
||||
font-weight: 900;
|
||||
// color: $sapphire;
|
||||
color: #fff;
|
||||
color: $fg;
|
||||
}
|
||||
|
||||
.active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue