Implemented the calendar menu that displays time, calendar and weather (WIP).
This commit is contained in:
@@ -10,35 +10,35 @@ $popover-padding: 0.6rem * 1.6;
|
||||
|
||||
window#verification .verification {
|
||||
@include floating-widget;
|
||||
padding: 0.5rem * 1.6 * 1.5;
|
||||
min-width: 20rem;
|
||||
min-height: 8rem;
|
||||
padding: 0.35em * 1.6 * 1.5;
|
||||
min-width: 20em;
|
||||
min-height: 6em;
|
||||
font-size: 1.3em;
|
||||
|
||||
.text-box {
|
||||
margin-bottom: 0.4rem;
|
||||
margin-bottom: 0.3em;
|
||||
|
||||
.title {
|
||||
font-size: 1.5em;
|
||||
color: $maroon;
|
||||
margin-bottom: 0.75rem;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.desc {
|
||||
color: $lavender;
|
||||
font-size: 1em;
|
||||
margin-bottom: 0.75rem;
|
||||
padding: 1.15rem 2.25rem;
|
||||
margin-bottom: 0.55em;
|
||||
padding: 1em 3em;
|
||||
}
|
||||
}
|
||||
|
||||
.verification-button {
|
||||
background: $crust;
|
||||
padding: 0.75rem 0rem;
|
||||
margin: 0.4rem 1.9rem;
|
||||
border: 0.2rem solid;
|
||||
padding: 0.7em 0em;
|
||||
margin: 0.4em 1.7em;
|
||||
border: 0.15em solid;
|
||||
border-color: $crust;
|
||||
border-radius: 0.4rem;
|
||||
border-radius: 0.3em;
|
||||
opacity: 1;
|
||||
transition: border-color 0.2s ease-in-out;
|
||||
transition: opacity .3s ease-in-out;
|
||||
@@ -105,6 +105,8 @@ window#powermenu .powermenu {
|
||||
|
||||
.widget-button {
|
||||
border-color: $crust;
|
||||
min-width: 4.5em;
|
||||
min-height: 4.5em;
|
||||
opacity: 1;
|
||||
transition: border-color 0.2s ease-in-out;
|
||||
transition: opacity .3s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user