Skip to content

Commit

Permalink
Update cms styling
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Aug 5, 2023
1 parent b47347e commit 71b964a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions static/admin/global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ./src/styles/global.css */

/* ! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com */
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
Expand Down Expand Up @@ -191,6 +191,10 @@ select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
Expand Down Expand Up @@ -341,6 +345,14 @@ menu {
padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
Expand Down Expand Up @@ -602,6 +614,9 @@ select {
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
Expand Down Expand Up @@ -649,6 +664,9 @@ select {
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
Expand Down Expand Up @@ -1886,28 +1904,22 @@ select {

.from-kodi {
--tw-gradient-from: #17B2E7 var(--tw-gradient-from-position);
--tw-gradient-from-position: ;
--tw-gradient-to: rgb(23 178 231 / 0) var(--tw-gradient-from-position);
--tw-gradient-to-position: ;
--tw-gradient-to: rgb(23 178 231 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-kodi-darker {
--tw-gradient-from: #149ECC var(--tw-gradient-from-position);
--tw-gradient-from-position: ;
--tw-gradient-to: rgb(20 158 204 / 0) var(--tw-gradient-from-position);
--tw-gradient-to-position: ;
--tw-gradient-to: rgb(20 158 204 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-kodi-darker {
--tw-gradient-to: #149ECC var(--tw-gradient-to-position);
--tw-gradient-to-position: ;
}

.to-kodi-lighter {
--tw-gradient-to: #45C2EC var(--tw-gradient-to-position);
--tw-gradient-to-position: ;
}

.object-cover {
Expand Down Expand Up @@ -2524,14 +2536,6 @@ a:hover {
grid-column: span 1 / span 1;
}

.sm\:col-span-3 {
grid-column: span 3 / span 3;
}

.sm\:col-span-4 {
grid-column: span 4 / span 4;
}

.sm\:mt-4 {
margin-top: 1rem;
}
Expand All @@ -2544,10 +2548,6 @@ a:hover {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sm\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sm\:flex-row {
flex-direction: row;
}
Expand Down

0 comments on commit 71b964a

Please sign in to comment.