2015-07-17 14:34:42 +00:00
|
|
|
|
2022-05-26 06:08:31 +00:00
|
|
|
.home {
|
2022-11-15 21:26:48 +00:00
|
|
|
padding: 6px !important;
|
2022-05-26 06:08:31 +00:00
|
|
|
}
|
|
|
|
|
2015-01-23 13:09:30 +00:00
|
|
|
/* News panel */
|
2015-07-17 14:34:42 +00:00
|
|
|
|
2022-05-21 21:31:56 +00:00
|
|
|
.column {
|
2022-11-15 21:26:48 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1680px;
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.action-bar button.start-order {
|
2022-05-05 13:54:53 +00:00
|
|
|
border: 1px solid white;
|
2015-12-15 15:22:46 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.action-bar button.start-order:hover {
|
2022-05-26 06:08:31 +00:00
|
|
|
background-color: white !important;
|
2022-05-05 13:54:53 +00:00
|
|
|
color: black;
|
2015-07-17 14:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* New */
|
|
|
|
|
2022-05-21 21:31:56 +00:00
|
|
|
.new {
|
2015-07-17 14:34:42 +00:00
|
|
|
text-align: left;
|
2022-11-15 21:26:48 +00:00
|
|
|
margin: 6px;
|
2015-07-17 14:34:42 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.new img {
|
2018-03-06 07:58:41 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.new .top {
|
2022-11-15 21:26:48 +00:00
|
|
|
padding: 18px;
|
2018-03-07 11:17:00 +00:00
|
|
|
padding-bottom: 1px;
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.new h2 {
|
2022-11-11 15:17:20 +00:00
|
|
|
font-size: 1.6rem;
|
2015-01-31 01:05:12 +00:00
|
|
|
color: black;
|
2015-02-17 11:48:53 +00:00
|
|
|
font-weight: normal;
|
2016-10-30 22:48:18 +00:00
|
|
|
padding: 0;
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
|
|
|
|
.new-text {
|
2022-11-15 21:26:48 +00:00
|
|
|
margin: 18px 0;
|
2022-05-24 10:18:44 +00:00
|
|
|
font-family: 'Open Sans';
|
2016-10-30 22:48:18 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.new-text a {
|
2022-05-24 10:18:44 +00:00
|
|
|
color: #6a1;
|
|
|
|
}
|
|
|
|
.new-text a:hover {
|
2016-10-30 22:48:18 +00:00
|
|
|
text-decoration: underline;
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
2022-05-21 21:31:56 +00:00
|
|
|
.new-text li {
|
2022-11-15 21:26:48 +00:00
|
|
|
margin: 4px 0;
|
2022-05-21 21:31:56 +00:00
|
|
|
}
|