dotfiles/dotconfig/eww/system_widget/system.scss

38 lines
642 B
SCSS
Raw Normal View History

2024-03-15 15:05:00 +01:00
.system {
border-radius: 20px;
padding: 10px 20px;
background: rgba(40, 31, 30, 0.5);
}
.profilepicture {
margin: 10px;
background: #362a28;
border-radius: 100%;
border: 7px solid #362a28;
box-shadow: inset 4px 4px 10px rgba(0,0,0,0.5),
inset -4px -4px 10px rgba(54,42,40,0.5),
4px 4px 10px rgba(0,0,0,0.3);
border-radius: 50%;
margin-right: 20px;
}
.boxtextcyan {
color: #FFA500;
margin: 2px 2px;
padding: 5px 10px 7px 10px;
background: rgba(54,42,40,1.0);
border-radius: 10px;
}
.cyan {
color: #FFA500;
}
.white {
color: #FFFFFF;
}