cv/src/app/globals.css

76 lines
1.2 KiB
CSS

@import 'bootstrap/dist/css/bootstrap.min.css';
@import 'bootstrap-icons/font/bootstrap-icons.min.css';
body {
background-color: lightgrey;
}
.main-container {
background-color: white;
padding-top: 1rem;
padding-bottom: 0.2rem;
}
.footer {
margin-top: 2rem;
filter: opacity(75%)
}
.tiny {
font-size: 75%;
filter: opacity(75%)
}
.container > h2, h3, h4 {
margin-top: 1em;
}
.job-card {
margin-top: 1em;
}
.job-card .timerange {
font-style: italic;
}
.job-card .card-text {
margin-left: 0.4rem;
}
.job-card .card-subtitle {
margin-bottom: 0.5rem;
}
.cloud-primary .tag-badges {
font-size: 180%;
}
.cloud-standard .tag-badges {
font-size: 140%;
}
.cloud-light .tag-badges {
font-size: 130%;
filter: opacity(60%);
}
.tag-badges > span {
margin: 0.4em;
}
.focusable {
transition: all 0.3s;
}
.focusable:hover {
background-color: rgba(236, 241, 245, 0.3);
filter: brightness(96%);
}
.focused-element {
border: 2px dashed red;
}
.contacts .contact {
margin: 0.75em;
}
.accordion-button.collapsed {
background-color: #eff2ff;
}
.accordion {
margin: 1rem;
}
.multiline {
white-space: pre-line;
}