Skip to content

Commit 3211d44

Browse files
committed
app.css
1 parent 8e3e936 commit 3211d44

File tree

1 file changed

+17
-35
lines changed

1 file changed

+17
-35
lines changed

MyApp/wwwroot/css/app.css

Lines changed: 17 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,6 @@ select{
11551155
margin-top: 0.5rem;
11561156
}
11571157

1158-
.mt-20 {
1159-
margin-top: 5rem;
1160-
}
1161-
11621158
.mt-3 {
11631159
margin-top: 0.75rem;
11641160
}
@@ -1223,10 +1219,6 @@ select{
12231219
display: none;
12241220
}
12251221

1226-
.aspect-video {
1227-
aspect-ratio: 16 / 9;
1228-
}
1229-
12301222
.h-0 {
12311223
height: 0px;
12321224
}
@@ -1319,6 +1311,10 @@ select{
13191311
width: 0.5rem;
13201312
}
13211313

1314+
.w-20 {
1315+
width: 5rem;
1316+
}
1317+
13221318
.w-24 {
13231319
width: 6rem;
13241320
}
@@ -1956,6 +1952,10 @@ select{
19561952
background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
19571953
}
19581954

1955+
.bg-gray-500\/75 {
1956+
background-color: rgb(107 114 128 / 0.75);
1957+
}
1958+
19591959
.bg-gray-700 {
19601960
--tw-bg-opacity: 1;
19611961
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
@@ -2235,10 +2235,6 @@ select{
22352235
padding-bottom: 0.5rem;
22362236
}
22372237

2238-
.pb-20 {
2239-
padding-bottom: 5rem;
2240-
}
2241-
22422238
.pb-4 {
22432239
padding-bottom: 1rem;
22442240
}
@@ -2712,11 +2708,6 @@ select{
27122708
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
27132709
}
27142710

2715-
.text-slate-900 {
2716-
--tw-text-opacity: 1;
2717-
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
2718-
}
2719-
27202711
.text-white {
27212712
--tw-text-opacity: 1;
27222713
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2825,6 +2816,10 @@ select{
28252816
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
28262817
}
28272818

2819+
.ring-black\/5 {
2820+
--tw-ring-color: rgb(0 0 0 / 0.05);
2821+
}
2822+
28282823
.ring-indigo-500 {
28292824
--tw-ring-opacity: 1;
28302825
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
@@ -3769,11 +3764,6 @@ select{
37693764
color: rgb(148 163 184 / var(--tw-text-opacity, 1));
37703765
}
37713766

3772-
.dark\:text-slate-50:is(.dark *) {
3773-
--tw-text-opacity: 1;
3774-
color: rgb(248 250 252 / var(--tw-text-opacity, 1));
3775-
}
3776-
37773767
.dark\:text-white:is(.dark *) {
37783768
--tw-text-opacity: 1;
37793769
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -3927,6 +3917,11 @@ select{
39273917
color: rgb(199 210 254 / var(--tw-text-opacity, 1));
39283918
}
39293919

3920+
.dark\:hover\:text-indigo-300:hover:is(.dark *) {
3921+
--tw-text-opacity: 1;
3922+
color: rgb(165 180 252 / var(--tw-text-opacity, 1));
3923+
}
3924+
39303925
.dark\:hover\:text-indigo-400:hover:is(.dark *) {
39313926
--tw-text-opacity: 1;
39323927
color: rgb(129 140 248 / var(--tw-text-opacity, 1));
@@ -4259,10 +4254,6 @@ select{
42594254
margin-bottom: 3rem;
42604255
}
42614256

4262-
.md\:mt-5 {
4263-
margin-top: 1.25rem;
4264-
}
4265-
42664257
.md\:inline {
42674258
display: inline;
42684259
}
@@ -4301,11 +4292,6 @@ select{
43014292
font-size: 3.75rem;
43024293
line-height: 1;
43034294
}
4304-
4305-
.md\:text-xl {
4306-
font-size: 1.25rem;
4307-
line-height: 1.75rem;
4308-
}
43094295
}
43104296

43114297
@media (min-width: 1024px) {
@@ -4335,10 +4321,6 @@ select{
43354321
display: block;
43364322
}
43374323

4338-
.lg\:inline {
4339-
display: inline;
4340-
}
4341-
43424324
.lg\:flex {
43434325
display: flex;
43444326
}

0 commit comments

Comments
 (0)