mirror of https://github.com/shuang854/Turtle
added to home page, set limit for stateUpdates
parent
e7f1115b1d
commit
2ed8323d97
@ -1,14 +1,36 @@
|
|||||||
.create-room {
|
.create-room {
|
||||||
text-align: center;
|
width: 50%;
|
||||||
justify-content: center;
|
|
||||||
margin: 30% 10% 0 10%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-grid {
|
.home-grid {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||||
|
font-size: 30px;
|
||||||
|
color: var(--ion-color-secondary);
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-toolbar {
|
ion-toolbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-title {
|
||||||
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||||
|
font-size: 24px;
|
||||||
|
color: var(--ion-color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.first-step-col {
|
||||||
|
margin-top: 20%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.create-col {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.share-col {
|
||||||
|
margin-top: 10px;
|
||||||
|
font-size: 20px;
|
||||||
|
color: var(--ion-color-primary);
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue