Line 564: | Line 564: | ||
#container table.hover tbody tr:hover { | #container table.hover tbody tr:hover { | ||
background-color: rgba(17, 125, 99, 0.2); | background-color: rgba(17, 125, 99, 0.2); | ||
+ | } | ||
+ | |||
+ | .card { | ||
+ | margin-bottom: 1rem; | ||
+ | border: 1px solid #eceff1; | ||
+ | border-radius: 0; | ||
+ | background: #eceff1; | ||
+ | box-shadow: none; | ||
+ | overflow: hidden; | ||
+ | color: #263238 | ||
+ | } | ||
+ | .card>:last-child { | ||
+ | margin-bottom: 0 | ||
+ | } | ||
+ | .card-divider { | ||
+ | padding: 1rem; | ||
+ | background: #eceff1 | ||
+ | } | ||
+ | .card-divider>:last-child { | ||
+ | margin-bottom: 0 | ||
+ | } | ||
+ | .card-section { | ||
+ | padding: 1rem | ||
+ | } | ||
+ | .card-section>:last-child { | ||
+ | margin-bottom: 0 | ||
} | } | ||
Revision as of 19:13, 4 May 2017