Skip to content
Snippets Groups Projects
Commit 530f5620 authored by fanky's avatar fanky
Browse files

Updated Tailwind to 2.0.4, gulp-postcss and tailwindcss-elevation

parent 3d1e736e
Branches
No related tags found
No related merge requests found
Pipeline #2817 failed
.text-input-addon {
@apply flex items-center bg-grey-125 text-grey-300 font-normal py-3 px-4 text-lg whitespace-no-wrap border border-grey-200 transition duration-200;
@apply flex items-center bg-grey-125 text-grey-300 font-normal py-3 px-4 text-lg whitespace-nowrap border border-grey-200 transition duration-200;
}
.text-input {
......
......@@ -46,7 +46,7 @@
.unordered-list--dense,
.content-block ul {
@apply row-gap-0;
@apply gap-y-0;
}
.unordered-list--linked,
......
......@@ -44,7 +44,7 @@
}
.candidate-table-row__affiliation {
@apply flex items-center justify-start whitespace-no-wrap py-1 pl-6 pr-4;
@apply flex items-center justify-start whitespace-nowrap py-1 pl-6 pr-4;
grid-area: affiliation;
}
......
......@@ -4,7 +4,7 @@
py-2 px-3
text-xs
font-bold leading-none tracking-normal
whitespace-no-wrap;
whitespace-nowrap;
}
.chip--condensed {
......
.candidate-card-list {
@apply grid grid-flow-row gap-0 row-gap-4;
@apply grid grid-flow-row gap-0 gap-y-4;
}
@responsive {
......
......@@ -59,7 +59,7 @@
}
.navbar-menu__submenu .navbar-menu__link {
@apply text-lg text-grey-200 font-body normal-case leading-normal pl-4 whitespace-no-wrap;
@apply text-lg text-grey-200 font-body normal-case leading-normal pl-4 whitespace-nowrap;
}
.navbar-menu__link,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment