mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 00:24:45 +01:00
github and discord links
This commit is contained in:
27
src/ui/components/RightBar.css
Normal file
27
src/ui/components/RightBar.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.RightBar {
|
||||
position: absolute;
|
||||
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
|
||||
height: 100vh;
|
||||
width: 6%;
|
||||
left: 94%;
|
||||
|
||||
background-color: rgba(77, 77, 77, 0.6);
|
||||
}
|
||||
|
||||
.BarImg:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.RightBarInner > div {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.RightBar img {
|
||||
height: 40px;
|
||||
filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(227deg) brightness(103%) contrast(105%);
|
||||
}
|
||||
Reference in New Issue
Block a user