personal-site/styles/tw_main.css

127 lines
1.7 KiB
CSS
Raw Normal View History

2022-03-11 10:43:00 +00:00
*, ::before, ::after {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia:
}
.fixed {
position: fixed
}
.top-0 {
top: 0px
}
.left-0 {
left: 0px
}
.-z-10 {
z-index: -10
}
2022-03-11 12:36:23 +00:00
.mt-10 {
margin-top: 2.5rem
2022-03-11 10:43:00 +00:00
}
2022-03-11 12:36:23 +00:00
.mt-auto {
margin-top: auto
2022-03-11 10:43:00 +00:00
}
2022-03-11 12:36:23 +00:00
.mb-2 {
margin-bottom: 0.5rem
2022-03-11 10:43:00 +00:00
}
2022-03-11 12:36:23 +00:00
.mb-1 {
margin-bottom: 0.25rem
2022-03-11 10:43:00 +00:00
}
2022-03-11 12:36:23 +00:00
.block {
display: block
2022-03-11 11:14:44 +00:00
}
2022-03-11 12:36:23 +00:00
.flex {
display: flex
2022-03-11 11:14:44 +00:00
}
.h-6 {
height: 1.5rem
}
2022-03-11 10:43:00 +00:00
.w-full {
width: 100%
}
2022-03-11 12:36:23 +00:00
.flex-col {
flex-direction: column
2022-03-11 10:43:00 +00:00
}
2022-03-11 12:36:23 +00:00
.border {
border-width: 1px
2022-03-11 10:43:00 +00:00
}
2022-03-11 11:14:44 +00:00
2022-03-11 12:36:23 +00:00
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem
2022-03-11 11:14:44 +00:00
}
2022-03-11 12:36:23 +00:00
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem
2022-03-11 11:14:44 +00:00
}
2022-03-11 12:36:23 +00:00
.font-bold {
font-weight: 700
2022-03-11 11:14:44 +00:00
}
.opacity-50 {
opacity: 0.5
}
2022-03-11 12:36:23 +00:00
.opacity-20 {
opacity: 0.2
}
.opacity-40 {
opacity: 0.4
}