Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
33
public/scss/components/uc/_uc-weather.scss
Normal file
33
public/scss/components/uc/_uc-weather.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
// Variable.scss
|
||||
|
||||
.weather-one {
|
||||
i {
|
||||
font-size: 8rem;
|
||||
position : relative;
|
||||
top : .5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
display : inline-block;
|
||||
float : right;
|
||||
font-size: 4.8rem;
|
||||
}
|
||||
|
||||
.city {
|
||||
position : relative;
|
||||
text-align: #{$dlab-pos-right};
|
||||
top : -2.5rem;
|
||||
}
|
||||
|
||||
.currently {
|
||||
font-size : 1.6rem;
|
||||
font-weight: 400;
|
||||
position : relative;
|
||||
top : 2.5rem;
|
||||
}
|
||||
|
||||
.celcious {
|
||||
text-align: #{$dlab-pos-right};
|
||||
font-size : 2rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user