mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Tweak styles to accommodate for buttons
This commit is contained in:
@@ -300,7 +300,8 @@
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
> a {
|
||||
> a,
|
||||
> button {
|
||||
padding: 8px 8px 8px 4px;
|
||||
margin: 0;
|
||||
|
||||
@@ -315,6 +316,12 @@
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&.box-content-row-newmulti {
|
||||
@include themify($themes) {
|
||||
color: themed('primaryColor');
|
||||
}
|
||||
}
|
||||
|
||||
&.box-content-row-checkbox, &.box-content-row-input, &.box-content-row-slider {
|
||||
label, .row-label {
|
||||
font-size: $font-size-base;
|
||||
@@ -511,7 +518,6 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: 34px;
|
||||
height: 100%;
|
||||
margin-left: -5px;
|
||||
|
||||
@include themify($themes) {
|
||||
|
||||
@@ -69,7 +69,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.link {
|
||||
&.link,
|
||||
&.neutral {
|
||||
border: none !important;
|
||||
background: none !important;
|
||||
|
||||
@@ -90,9 +91,11 @@
|
||||
button.box-content-row {
|
||||
display: block;
|
||||
width: 100%;
|
||||
background: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
Reference in New Issue
Block a user