1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Tweak styles for selects and desktop form groups (#3646)

This commit is contained in:
Patrick H. Lauke
2022-10-19 01:10:46 +01:00
committed by GitHub
parent da0a17a2b6
commit e1ee4e4098
3 changed files with 11 additions and 1 deletions

View File

@@ -98,6 +98,11 @@ button {
font-family: $font-family-sans-serif;
}
select {
width: 100%;
padding: 0.35rem;
}
button {
cursor: pointer;
}

View File

@@ -81,6 +81,11 @@ button {
line-height: $line-height-base;
}
select {
width: 100%;
padding: 0.35rem;
}
button {
border: none;
background: transparent;

View File

@@ -266,7 +266,7 @@ p.lead {
form,
.form {
.form-group {
margin-bottom: 10px;
margin-bottom: 1.25rem;
&:last-child {
margin-bottom: 0;