54 lines
678 B
SCSS
54 lines
678 B
SCSS
|
|
.home {
|
|
padding: 6px !important;
|
|
}
|
|
|
|
/* News panel */
|
|
|
|
.column {
|
|
margin: 0 auto;
|
|
max-width: 1680px;
|
|
}
|
|
.action-bar button.start-order {
|
|
border: 1px solid white;
|
|
}
|
|
.action-bar button.start-order:hover {
|
|
background-color: white !important;
|
|
color: black;
|
|
}
|
|
|
|
/* New */
|
|
|
|
.new {
|
|
text-align: left;
|
|
margin: 6px;
|
|
}
|
|
.new img {
|
|
display: block;
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|
|
.new .top {
|
|
padding: 18px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.new h2 {
|
|
font-size: 1.6rem;
|
|
color: black;
|
|
font-weight: normal;
|
|
padding: 0;
|
|
}
|
|
|
|
.new-text {
|
|
margin: 18px 0;
|
|
font-family: 'Open Sans';
|
|
}
|
|
.new-text a {
|
|
color: #6a1;
|
|
}
|
|
.new-text a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.new-text li {
|
|
margin: 4px 0;
|
|
} |