css fix up
This commit is contained in:
parent
3e9d7708fa
commit
9ce8176b63
5 changed files with 40 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue