generated from pascalmartineau/wp-skeleton
wip: Builder features
This commit is contained in:
23
wp-content/themes/ccat/app/assets/css/containers.css
Normal file
23
wp-content/themes/ccat/app/assets/css/containers.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@layer components {
|
||||
.container {
|
||||
@apply mx-auto;
|
||||
}
|
||||
.container-fluid {
|
||||
@apply w-full max-w-screen px-4 sm:px-6 lg:px-8;
|
||||
}
|
||||
.container-full {
|
||||
@apply w-full max-w-screen;
|
||||
}
|
||||
.container-sm {
|
||||
@apply container max-w-screen-sm mx-auto;
|
||||
}
|
||||
.container-md {
|
||||
@apply container max-w-screen-md mx-auto;
|
||||
}
|
||||
.container-lg {
|
||||
@apply container max-w-screen-lg mx-auto;
|
||||
}
|
||||
.container-xl {
|
||||
@apply container max-w-screen-xl mx-auto;
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
@layer components {
|
||||
.container-fluid {
|
||||
@apply w-full max-w-screen px-4 sm:px-6 lg:px-8;
|
||||
}
|
||||
.flex-break-words {
|
||||
@apply min-w-0 break-words;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
@import "tailwindcss";
|
||||
@import "@nuxt/ui";
|
||||
@import "./containers.css";
|
||||
@import "./helpers.css";
|
||||
|
||||
@source "../../../acf-json";
|
||||
|
||||
@theme {
|
||||
--z-index-main: 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user