mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-16 16:19:47 +10:00
bump to v2.7.9
This commit is contained in:
@@ -3,17 +3,17 @@ label {
|
||||
}
|
||||
|
||||
label > span:first-child {
|
||||
@apply mb-1 text-primary-600 font-semibold tracking-wide text-xs uppercase;
|
||||
@apply mb-1 text-xs font-semibold tracking-wide uppercase text-primary-600;
|
||||
}
|
||||
|
||||
label > p {
|
||||
@apply mt-1 text-red-600 text-xs;
|
||||
@apply mt-1 text-xs text-red-600;
|
||||
}
|
||||
|
||||
label input,
|
||||
label textarea,
|
||||
label select {
|
||||
@apply w-full py-3 px-4 rounded text-primary-900 bg-primary-200 border border-transparent appearance-none;
|
||||
@apply w-full px-4 py-3 border border-transparent rounded appearance-none text-primary-900 bg-primary-200;
|
||||
}
|
||||
|
||||
label input::placeholder,
|
||||
|
||||
@@ -32,7 +32,7 @@ a:hover {
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply w-full border-primary-200 h-1;
|
||||
@apply w-full h-1 border-primary-200;
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -117,7 +117,7 @@ section {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="range"]::-webkit-slider-thumb {
|
||||
input[type='range']::-webkit-slider-thumb {
|
||||
cursor: ew-resize;
|
||||
box-shadow: -405px 0 0 400px #605e5c;
|
||||
|
||||
|
||||
+15
-8
@@ -1,31 +1,38 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
#page .text-xs {
|
||||
font-size: var(--text-xs-size);
|
||||
font-size: var(--text-xs-size);
|
||||
line-height: var(--text-xs-line-height);
|
||||
}
|
||||
|
||||
#page .text-sm {
|
||||
font-size: var(--text-sm-size);
|
||||
font-size: var(--text-sm-size);
|
||||
line-height: var(--text-sm-line-height);
|
||||
}
|
||||
|
||||
#page .text-lg {
|
||||
font-size: var(--text-lg-size);
|
||||
font-size: var(--text-lg-size);
|
||||
line-height: var(--text-lg-line-height);
|
||||
}
|
||||
|
||||
#page .text-xl {
|
||||
font-size: var(--text-xl-size);
|
||||
font-size: var(--text-xl-size);
|
||||
line-height: var(--text-xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-2xl {
|
||||
font-size: var(--text-2xl-size);
|
||||
font-size: var(--text-2xl-size);
|
||||
line-height: var(--text-2xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-3xl {
|
||||
font-size: var(--text-3xl-size);
|
||||
font-size: var(--text-3xl-size);
|
||||
line-height: var(--text-3xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-4xl {
|
||||
font-size: var(--text-4xl-size);
|
||||
font-size: var(--text-4xl-size);
|
||||
line-height: var(--text-4xl-line-height);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "~react-toastify/dist/ReactToastify.css";
|
||||
@import '~react-toastify/dist/ReactToastify.css';
|
||||
|
||||
.Toastify__toast {
|
||||
@apply px-8 py-6 shadow rounded;
|
||||
@apply px-8 py-6 rounded shadow;
|
||||
}
|
||||
|
||||
.Toastify__toast--default {
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.Toastify__toast-body {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
|
||||
@apply font-medium;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user