10 lines
146 B
SCSS
10 lines
146 B
SCSS
.activate-linux {
|
|
color: rgba(150, 150, 150, 0.75);
|
|
font-size:26px;
|
|
font-family: "Segoe UI";
|
|
|
|
&.background {
|
|
background: none;
|
|
}
|
|
}
|