styling fixes
This commit is contained in:
parent
7cc17b4f3f
commit
8f411c56b3
1 changed files with 7 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ export default {
|
||||||
margin: 0rem;
|
margin: 0rem;
|
||||||
padding: 1.25rem 1.25rem .625rem 1.25rem;
|
padding: 1.25rem 1.25rem .625rem 1.25rem;
|
||||||
.modal-title {
|
.modal-title {
|
||||||
font-weight: $font-weight-bolder;
|
font-weight: 600;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
|
|
@ -416,6 +416,12 @@ export default {
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
|
.recal-modal-body {
|
||||||
|
font-size: .9375rem;
|
||||||
|
b {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
|
}
|
||||||
.recal-modal-image {
|
.recal-modal-image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue