mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 03:29:31 -07:00
css fix up
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@use 'colors'as c;
|
||||
@use 'utils'as u;
|
||||
|
||||
.weather-display .current-weather {
|
||||
.main {
|
||||
.weather-display .main.current-weather {
|
||||
&.main {
|
||||
|
||||
.col {
|
||||
height: 50px;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@use 'colors'as c;
|
||||
@use 'utils'as u;
|
||||
|
||||
.weather-display .hourly {
|
||||
.main {
|
||||
.weather-display .main.hourly {
|
||||
&.main {
|
||||
overflow-y: hidden;
|
||||
|
||||
.column-headers {
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
height: 60px;
|
||||
padding-top: 30px;
|
||||
|
||||
|
||||
|
||||
.title {
|
||||
color: c.$title-color;
|
||||
@include u.text-shadow(3px, 1.5px);
|
||||
|
||||
Reference in New Issue
Block a user