cleanup master.css
This commit is contained in:
parent
9e46d54c9e
commit
05a6fadb3d
|
@ -25,8 +25,6 @@ html, body {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: var(--nord6);
|
color: var(--nord6);
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-item {
|
.form-item {
|
||||||
|
@ -50,16 +48,13 @@ html, body {
|
||||||
|
|
||||||
.file-input{
|
.file-input{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-input span {
|
.file-input span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,4 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user