mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
options styling
This commit is contained in:
@@ -5,9 +5,13 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DirInput input {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.FileSelectIcon {
|
.FileSelectIcon {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 10px;
|
margin-left: 10px;
|
||||||
filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%);
|
filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%);
|
||||||
|
|
||||||
transition: filter 0.1s ease-in-out;
|
transition: filter 0.1s ease-in-out;
|
||||||
|
|||||||
@@ -9,7 +9,9 @@
|
|||||||
height: 70%;
|
height: 70%;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
|
||||||
background-color: #fff;
|
background: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MenuInner {
|
.MenuInner {
|
||||||
|
|||||||
@@ -2,4 +2,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
margin-bottom: 8px;
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user