mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
76 lines
1.3 KiB
SCSS
76 lines
1.3 KiB
SCSS
* {
|
|
all: unset;
|
|
}
|
|
|
|
/** Generic window ***********************************/
|
|
.genwin {
|
|
//background-color: rgba(39, 40, 34, 0.7);
|
|
background-color: rgba(0,0,0,0);
|
|
border-radius: 8rem;
|
|
}
|
|
|
|
/** Clock ********************************************/
|
|
.time_hour, .time_min {
|
|
color: #81A1C1;
|
|
font-size : 70px;
|
|
font-weight : bold;
|
|
}
|
|
.time_hour {
|
|
margin : 10px 0px 0px 40px;
|
|
}
|
|
.time_min {
|
|
margin : 0px 0px 10px 0px;
|
|
}
|
|
.time_mer {
|
|
color: #A3BE8C;
|
|
font-size : 40px;
|
|
font-weight : bold;
|
|
margin : 20px 0px 0px 0px;
|
|
}
|
|
.time_day {
|
|
color: #EBCB8B;
|
|
font-size : 30px;
|
|
font-weight : normal;
|
|
margin : 0px 0px 20px 0px;
|
|
}
|
|
|
|
/** Music ********************************************/
|
|
.song {
|
|
color: #8FBCBB;
|
|
font-size : 24px;
|
|
font-weight : bold;
|
|
margin : 30px 0px 0px 0px;
|
|
}
|
|
.artist {
|
|
color: #EBCB8B;
|
|
font-size : 20px;
|
|
font-weight : normal;
|
|
margin : 0px 0px -20px 0px;
|
|
}
|
|
.btn_play {
|
|
color: #A3BE8C;
|
|
font-family: IosevkaTerm Nerd Font;
|
|
font-size : 70px;
|
|
}
|
|
.btn_play:hover {
|
|
color: #A2A852;
|
|
}
|
|
.btn_controls {
|
|
color: #EBCB8B;
|
|
font-size : 32px;
|
|
font-family: IosevkaTerm Nerd Font;
|
|
}
|
|
.btn_controls:hover {
|
|
font-size : 50px;
|
|
}
|
|
.lyrics {
|
|
color: #EBCB8B;
|
|
margin : -20px 0px 0px 0px;
|
|
font-family: IBM Plex Sans Text;
|
|
font-size : 18px;
|
|
}
|
|
.music_bar {
|
|
color: #81A1C1;
|
|
background-color: rgba(0,0,0,0.1);
|
|
}
|