|
|
|
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
|
|
:host,
|
|
:root {
|
|
--design-primary-color: #3c549d !important;
|
|
--design-secondary-color: #62b6cb !important;
|
|
--design-primary-text-color: #f8f7f4 !important;
|
|
--design-secondary-text-color: #2d2d2a !important;
|
|
--bokeh-base-font: "Barlow", sans-serif, Verdana !important;
|
|
--mdc-typography-font-family: "Barlow", sans-serif, Verdana !important;
|
|
|
|
|
|
}
|
|
|
|
.title {
|
|
font-weight: 600 !important;
|
|
}
|
|
|
|
.bk-btn-group {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap !important;
|
|
align-items: center;
|
|
}
|
|
|
|
.bk-btn-group > button,
|
|
.bk-input-group > button {
|
|
background-position: center;
|
|
font-weight: 100;
|
|
font-size: smaller;
|
|
line-height: 1;
|
|
|
|
transition: background 0.8s;
|
|
width: fit-content;
|
|
}
|
|
|
|
.bk-btn {
|
|
font-size: x-small;
|
|
border-radius: 0.5em;
|
|
}
|
|
|