Skip to content

Commit

Permalink
[pi-ui] Update RadioButton style (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgptr committed Dec 13, 2021
1 parent 7354a3c commit d357df7
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,8 @@
margin: 0 0 1rem 0 !important;
}

.timezoneOption > label > span:nth-child(1) {
border-color: var(--input-color);
}

.timezoneOption > label > span:nth-child(2) {
background-color: var(--input-color);
.timezoneOption label {
color: var(--input-color-default);
}

@media screen and (min-width: 1680px) and (max-width: 1920px) {
Expand Down Expand Up @@ -328,7 +324,7 @@

.timezone {
margin-left: 20px;
width: 200px;
width: 21rem;
}
}

Expand Down

0 comments on commit d357df7

Please sign in to comment.