mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 08:43:02 +00:00
More refactoring and porting to React
This commit is contained in:
@@ -48,11 +48,12 @@ div, a, li {
|
||||
|
||||
.page {
|
||||
margin: 0;
|
||||
padding: 0.5em 0.5em;
|
||||
padding: 0.5em 0;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.l {
|
||||
@@ -100,6 +101,10 @@ div, a, li {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.ptr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: @fTitle;
|
||||
color: @primary;
|
||||
|
||||
Reference in New Issue
Block a user