Update scss/panel/_panel_widgets.scss
This commit is contained in:
parent
487290ab63
commit
071b29e04e
@ -36,15 +36,17 @@
|
||||
background-color: $panel_mini_widg_bg_col;
|
||||
|
||||
&.panel_text_widg {
|
||||
font-family: "Iosevka";
|
||||
//font-family: "Iosevka";
|
||||
font-family: "IosevkaTermSlab Nerd Font Mono";
|
||||
font-size: 14px;
|
||||
padding: 0 2px;
|
||||
padding: 0 3px 0 2px;
|
||||
@include panel_text_widg_style("panel_time", $panel_time_bg_col);
|
||||
@include panel_text_widg_style("panel_date", $panel_date_bg_col);
|
||||
}
|
||||
|
||||
&.panel_ico {
|
||||
font-family: "icon-font";
|
||||
//font-family: "icon-font";
|
||||
font-family: "IosevkaTermSlab Nerd Font Mono";
|
||||
border-radius: 4px;
|
||||
font-size: 15px;
|
||||
//color: $panel_date_text_col;
|
||||
|
Loading…
Reference in New Issue
Block a user