mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
Deleted the welcome message cause my friends said it sucks
This commit is contained in:
@@ -29,7 +29,7 @@ select:focus {
|
|||||||
|
|
||||||
.App {
|
.App {
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
background-position: bottom !important;
|
background-position: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TopButton {
|
.TopButton {
|
||||||
|
|||||||
@@ -99,17 +99,3 @@
|
|||||||
.BarImg:hover img {
|
.BarImg:hover img {
|
||||||
filter: invert(72%) sepia(68%) saturate(777%) hue-rotate(341deg) brightness(113%) contrast(101%);
|
filter: invert(72%) sepia(68%) saturate(777%) hue-rotate(341deg) brightness(113%) contrast(101%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.WelcomeMessage {
|
|
||||||
color: white;
|
|
||||||
writing-mode: vertical-rl;
|
|
||||||
text-orientation: upright;
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: 600;
|
|
||||||
padding: 10px 0 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.WelcomeDiv {
|
|
||||||
background-color: rgba(0, 0, 0, 0.585);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -24,13 +24,7 @@ export default class RightBar extends React.Component {
|
|||||||
<div className="BarGithub BarImg" id="rightBarButtonGithub" onClick={() => this.openInBrowser(GITHUB)}>
|
<div className="BarGithub BarImg" id="rightBarButtonGithub" onClick={() => this.openInBrowser(GITHUB)}>
|
||||||
<img src={Github} />
|
<img src={Github} />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<div className="WelcomeDiv">
|
|
||||||
<span className='WelcomeMessage magic-text'>Welcome to Cultivation!</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -11,12 +11,10 @@
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
height: 120%;
|
height: 120%;
|
||||||
min-width: 357px;
|
min-width: 357px;
|
||||||
padding: 0 0 140px 0;
|
padding: 0 0 100px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#playButton > div {
|
|
||||||
margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#playButton .BigButton {
|
#playButton .BigButton {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user