15 lines
202 B
CSS
15 lines
202 B
CSS
.g-view:before {
|
|
height: 0 !important;
|
|
}
|
|
.m-navbar:after,
|
|
.m-cell:after {
|
|
border-bottom: none !important;
|
|
}
|
|
body {
|
|
background: #fff;
|
|
}
|
|
.cell-input {
|
|
background: #f7f7f7;
|
|
padding-left: 10px;
|
|
}
|