티스토리 수익 글 보기
@import url(‘https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap’);
:root {
–font: ‘Manrope’, sans-serif;
–primary-color: #292063;
–body-bgcolor: #f0f0f0;
–title-color: #212529;
–default-color: #555555;
–secondary-color:#337AB7;
–white:#ffffff;
–color-box-shadow:#00000029;
–btn-color:#ff4600;
–btn-color-hover:#e63f00;
–color-ref-valid:#468847;
–color-ref-old:#AA8F52;
}
body {
font-family: var(–font), sans-serif;
background-color: var(–body-bgcolor);
font-weight: 200;
}
.navbar-hal {
background-color: var(–primary-color);
}
.card-hal {
border-radius: 0;
background: var(–white) 0% 0% no-repeat padding-box;
box-shadow: 2px 3px 6px var(–color-box-shadow);
}
h1, h2 {
color: var(–title-color);
font-weight: bold;
}
h1 {
font-size: 1.5rem;
}
h1 small {
font-size: 4rem;
}
h2, h3 {
font-size: 1rem;
}
.text-xxl {
font-size: 2.5rem;
font-weight: bold;
color: var(–secondary-color);
}
.text-small {
font-size: small;
}
.card-body .text-xxl {
color: var(–white);
}
.card-hal .btn-export .dropdown-toggle {
text-decoration: none;
}
.card-hal .btn-export .dropdown-toggle::after {
border-top: 0;
}
.dropdown-menu {
border-radius: 0;
}
.card-title {
background: rgb(0,0,92);
background-image: url(“/assets/img/dashboard.svg”);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: #fff;
}
.card-title h1 {
color: #fff;
}
.keyword {
font-size: 12px;
font-weight: 600;
color: #337AB7;
}
.keyword-nb {
color:#000;
font-weight: normal;
}
.dashboard-header {
background: rgb(0,0,92);
background: linear-gradient(159deg, rgba(0,0,92,1) 32%, rgba(255,70,0,1) 100%);
border: 0;
}
.dataviz {
height: 400px;
}