Seperate style files for admin and index, admin interface formatting and design
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
body {
|
||||
/* padding: 50px; */
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
background-color: #47BAEA;
|
||||
}
|
||||
@@ -2,7 +2,6 @@ html, body {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
/* padding: 50px; */
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
@@ -13,7 +12,6 @@ a {
|
||||
color: #00B7FF;
|
||||
}
|
||||
|
||||
|
||||
.durationLeft {
|
||||
font-family: 'Seven Segment', sans-serif;
|
||||
font-weight: bold;
|
||||
@@ -28,10 +26,7 @@ a {
|
||||
font-size: 50vh
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media ( min-width: 768px ) {
|
||||
|
||||
.box-time {
|
||||
height:25%
|
||||
}
|
||||
@@ -43,11 +38,9 @@ a {
|
||||
.box-etc {
|
||||
height: 75%
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media ( min-width: 992px ) {
|
||||
|
||||
.box-time {
|
||||
height:50%
|
||||
}
|
||||
Reference in New Issue
Block a user