Cosmetic changes to toerisme_vlaanderen theme

This commit is contained in:
Pieter Vander Vennet 2022-01-14 15:46:45 +01:00
parent 68088f63aa
commit eba52836b2
3 changed files with 68 additions and 29 deletions

View file

@ -800,10 +800,6 @@ video {
margin: 2rem;
}
.m-11 {
margin: 2.75rem;
}
.m-1 {
margin: 0.25rem;
}
@ -812,6 +808,10 @@ video {
margin: 1.25rem;
}
.m-4 {
margin: 1rem;
}
.m-0\.5 {
margin: 0.125rem;
}
@ -824,10 +824,6 @@ video {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-2 {
margin: 0.5rem;
}
@ -968,6 +964,38 @@ video {
display: table;
}
.table-caption {
display: table-caption;
}
.table-cell {
display: table-cell;
}
.table-column {
display: table-column;
}
.table-column-group {
display: table-column-group;
}
.table-footer-group {
display: table-footer-group;
}
.table-header-group {
display: table-header-group;
}
.table-row-group {
display: table-row-group;
}
.table-row {
display: table-row;
}
.grid {
display: grid;
}
@ -976,6 +1004,10 @@ video {
display: contents;
}
.list-item {
display: list-item;
}
.hidden {
display: none;
}
@ -1080,6 +1112,10 @@ video {
width: 2.75rem;
}
.w-6 {
width: 1.5rem;
}
.w-16 {
width: 4rem;
}
@ -1090,10 +1126,6 @@ video {
width: min-content;
}
.w-6 {
width: 1.5rem;
}
.w-max {
width: -webkit-max-content;
width: -moz-max-content;
@ -1240,6 +1272,10 @@ video {
overflow: hidden;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-y-auto {
overflow-y: auto;
}
@ -1565,6 +1601,10 @@ video {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.italic {
font-style: italic;
}
@ -1685,14 +1725,6 @@ video {
transition-duration: 150ms;
}
.\!transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 150ms !important;
}
.duration-500 {
transition-duration: 500ms;
}