Styling tweaks to the dashboar

This commit is contained in:
Pieter Vander Vennet 2022-07-15 12:56:16 +02:00
parent 812563ddc5
commit 89278f6d74
5 changed files with 177 additions and 146 deletions

View file

@ -843,6 +843,11 @@ video {
margin: 1px;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
@ -866,6 +871,14 @@ video {
margin-bottom: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.ml-0 {
margin-left: 0px;
}
.mt-4 {
margin-top: 1rem;
}
@ -890,10 +903,6 @@ video {
margin-right: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@ -1046,6 +1055,10 @@ video {
height: 2rem;
}
.h-64 {
height: 16rem;
}
.h-full {
height: 100%;
}
@ -1090,10 +1103,6 @@ video {
height: 0px;
}
.h-64 {
height: 16rem;
}
.h-3 {
height: 0.75rem;
}
@ -1138,6 +1147,10 @@ video {
width: 6rem;
}
.w-1\/2 {
width: 50%;
}
.w-6 {
width: 1.5rem;
}
@ -1171,10 +1184,6 @@ video {
width: min-content;
}
.w-1\/2 {
width: 50%;
}
.w-max {
width: -webkit-max-content;
width: max-content;
@ -1356,6 +1365,10 @@ video {
overflow-y: auto;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
@ -1395,14 +1408,18 @@ video {
border-radius: 0.25rem;
}
.rounded-xl {
border-radius: 0.75rem;
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
@ -1524,14 +1541,14 @@ video {
padding: 1rem;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-1 {
padding: 0.25rem;
}
.p-0 {
padding: 0px;
}
@ -1554,6 +1571,14 @@ video {
padding-right: 0.5rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-12 {
padding-bottom: 3rem;
}
@ -1578,14 +1603,6 @@ video {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
@ -1693,10 +1710,6 @@ video {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.italic {
font-style: italic;
}
@ -1849,6 +1862,11 @@ video {
color: var(--subtle-detail-color-contrast);
}
.bg-unsubtle {
background-color: var(--unsubtle-detail-color);
color: var(--unsubtle-detail-color-contrast);
}
:root {
/* The main colour scheme of mapcomplete is configured here.
* For a custom styling, set 'customCss' in your layoutConfig and overwrite some of these.
@ -2477,7 +2495,7 @@ input {
.mapping-icon-small-height {
/* A mapping icon type */
height: 2rem;
height: 1.5rem;
margin-right: 0.5rem;
width: unset;
}