Add theme for 'notes'

This commit is contained in:
Pieter Vander Vennet 2022-01-08 04:22:50 +01:00
parent 677a07e3d2
commit a58ce564c2
20 changed files with 678 additions and 314 deletions

View file

@ -864,14 +864,18 @@ video {
margin-top: 1rem;
}
.mt-1 {
margin-top: 0.25rem;
.mr-2 {
margin-right: 0.5rem;
}
.mr-4 {
margin-right: 1rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
@ -888,10 +892,6 @@ video {
margin-left: 2rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
@ -1068,6 +1068,10 @@ video {
width: 2rem;
}
.w-6 {
width: 1.5rem;
}
.w-0 {
width: 0px;
}
@ -1080,10 +1084,6 @@ video {
width: 2.75rem;
}
.w-6 {
width: 1.5rem;
}
.w-16 {
width: 4rem;
}
@ -1283,26 +1283,31 @@ video {
border-radius: 0.25rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.border {
border-width: 1px;
}
.border-4 {
border-width: 4px;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}