forked from verdnatura/hedera-web
57 lines
737 B
CSS
57 lines
737 B
CSS
|
|
/* News panel */
|
|
|
|
.column {
|
|
margin: .5em;
|
|
max-width: 120em;
|
|
}
|
|
.action-bar button.start-order {
|
|
border: 1px solid white;
|
|
}
|
|
.action-bar button.start-order:hover {
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
/* New */
|
|
|
|
.new {
|
|
text-align: left;
|
|
margin: .5em;
|
|
}
|
|
.new img {
|
|
display: block;
|
|
margin: auto;
|
|
width: 100%;
|
|
}
|
|
.new .top {
|
|
padding: 1.5em;
|
|
padding-bottom: 1px;
|
|
}
|
|
.new h2 {
|
|
font-size: 1.6em;
|
|
color: black;
|
|
font-weight: normal;
|
|
padding: 0;
|
|
}
|
|
|
|
.new-info {
|
|
font-size: 0.9em;
|
|
color: #444;
|
|
text-align: right;
|
|
margin: 0.8em 0;
|
|
}
|
|
.new-text {
|
|
margin: 1.5em 0;
|
|
font-family: 'Open Sans';
|
|
line-height: 1.3em;
|
|
}
|
|
.new-text a {
|
|
color: #6a1;
|
|
}
|
|
.new-text a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.new-text li {
|
|
margin: 0.4em 0;
|
|
} |