[Legacy] Apply set-timezone styling ot the the users set-timezone page

This commit is contained in:
Clemente Raposo 2021-11-22 18:55:13 +00:00
parent 56bacd1efc
commit 3c20f3ee0b

View file

@ -1,39 +1,47 @@
.view-module-Home {
.dashletPanelMenu {
margin: 13em auto;
table.subMenuTD {
border: 1px solid lightgrey;
background: #fff;
td.timezone-content {
padding: 1em;
font-size: 12px;
}
@media (max-width: 750px) {
max-width: 24em;
}
}
.button {
background-color: $nepal-grey;
border-radius: 0.2em;
font-weight: bold;
height: 2.2em;
line-height: 1em;
letter-spacing: 0.05em;
padding: 0.3em 1em;
text-transform: capitalize;
margin-left: 1em;
&:hover {
background: $pale-blue;
}
@media (max-width: 750px) {
margin-left: 0;
margin-top: 1em;
}
}
.view-module-Home,
.view-module-Users.view-action-SetTimezone {
.dashletPanelMenu {
margin: 13em auto;

table.subMenuTD {
border: 1px solid lightgrey;
background: #fff;

td.timezone-content {
padding: 1em;
font-size: 12px;
}

@media (max-width: 750px) {
max-width: 24em;
}
}
select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;

.button {
background-color: $nepal-grey;
border-radius: 0.2em;
font-weight: bold;
height: 2.2em;
line-height: 1em;
letter-spacing: 0.05em;
padding: 0.3em 1em;
text-transform: capitalize;
margin-left: 1em;

&:hover {
background: $pale-blue;
}

@media (max-width: 750px) {
margin-left: 0;
margin-top: 1em;
}
}
}
}

select {
background: url($select-edit-background-url) no-repeat right;
background-size: 25px 11px;
border-color: $bright-grey;
}
}