Merge pull request #1142 from Safelite/feature/CSR-1109
Feature/csr 1109
This commit is contained in:
commit
8c9b0eb7dd
2 changed files with 4 additions and 4 deletions
|
|
@ -192,7 +192,7 @@ export default {
|
||||||
.button-auxillary-copy {
|
.button-auxillary-copy {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
line-height: 1.25rem !important;
|
line-height: 1.25rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
@ -205,7 +205,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader:after {
|
.loader:after {
|
||||||
background-color: $gray-300 !important;
|
background-color: $gray-300;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
}
|
}
|
||||||
|
|
@ -221,7 +221,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.gray {
|
&.gray {
|
||||||
color: $gray-600 !important;
|
color: $gray-600;
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
padding-left: 0.125rem;
|
padding-left: 0.125rem;
|
||||||
padding-right: 0.125rem;
|
padding-right: 0.125rem;
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,7 @@ export default {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
|
|
||||||
.alert-heading {
|
.alert-heading {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue