CASH-1437: fix #9 for schedule
This commit is contained in:
parent
2fa317639d
commit
737da37e35
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ export default {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
padding-bottom: .5rem;
|
padding-bottom: 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1794,7 +1794,7 @@ export default {
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-block.duration-text-block b {
|
:deep(.text-block.duration-text-block b) {
|
||||||
font-family: UrbanistSemibold;
|
font-family: UrbanistSemibold;
|
||||||
}
|
}
|
||||||
:deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading),
|
:deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue