0
1
Fork 0
hedera-web-mindshore/forms/cms/home/style.css

60 lines
761 B
CSS
Raw Normal View History

2015-07-17 14:34:42 +00:00
2022-05-26 06:08:31 +00:00
.home {
padding: 0 !important;
}
/* News panel */
2015-07-17 14:34:42 +00:00
2022-05-21 21:31:56 +00:00
.column {
2015-07-17 14:34:42 +00:00
margin: .5em;
max-width: 120em;
}
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;
}
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;
margin: .5em;
}
2022-05-21 21:31:56 +00:00
.new img {
display: block;
margin: auto;
width: 100%;
}
2022-05-21 21:31:56 +00:00
.new .top {
2015-07-17 14:34:42 +00:00
padding: 1.5em;
2018-03-07 11:17:00 +00:00
padding-bottom: 1px;
}
2022-05-21 21:31:56 +00:00
.new h2 {
2015-02-17 11:48:53 +00:00
font-size: 1.6em;
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;
}
2022-05-21 21:31:56 +00:00
.new-info {
2015-01-31 01:05:12 +00:00
font-size: 0.9em;
color: #444;
text-align: right;
2022-05-26 06:08:31 +00:00
margin: .8em 0;
}
2022-05-21 21:31:56 +00:00
.new-text {
2016-10-30 22:48:18 +00:00
margin: 1.5em 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;
}
2022-05-21 21:31:56 +00:00
.new-text li {
2015-01-31 01:05:12 +00:00
margin: 0.4em 0;
2022-05-21 21:31:56 +00:00
}