Skip to content

Commit 241cf6e

Browse files
committed
Update css
1 parent aea9b90 commit 241cf6e

19 files changed

Lines changed: 248 additions & 211 deletions

assets/css/src.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,11 @@
1010
@tailwind components;
1111
@tailwind utilities;
1212

13-
.select,
14-
.input {
15-
@apply appearance-none leading-normal text-sm border bg-white placeholder-gray-400 text-gray-600 border-gray-300 focus:outline-none focus:ring;
16-
}
17-
1813
.select {
1914
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
2015
background-repeat: no-repeat;
2116
background-position: right 0.75rem center;
2217
background-size: 16px 12px;
23-
background-color: #fff;
24-
@apply rounded;
25-
}
26-
27-
.checkbox {
28-
@apply appearance-none align-middle select-none h-4 w-4 bg-white rounded border border-gray-300 focus:outline-none focus:ring-2 -mt-1.5;
2918
}
3019

3120
.checkbox:checked {
@@ -36,18 +25,6 @@
3625
background-repeat: no-repeat;
3726
}
3827

39-
.toggle-div.show .open {
40-
display: block;
41-
}
42-
43-
.toggle-div.show .close {
44-
display: none;
45-
}
46-
47-
.toggle-div .open {
48-
display: none;
49-
}
50-
5128
#phpinfo .center {
5229
text-align: center;
5330
}

0 commit comments

Comments
 (0)