amazeui
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
41 lines (32 loc) • 641 B
text/less
/**
* Accordion Theme: bordered
* Author: Minwe (minwe@yunshipei.com)
*/
.am-gallery-bordered {
@gallery-title-color: @gray;
@gallery-desc-color: @gray-light;
> li {
padding: 5px;
}
.am-gallery-item {
box-shadow: 0 0 3px rgba(0,0,0,0.35);
padding: 5px;
img {
width: 100%;
height: auto;
}
}
.am-gallery-title {
margin-top: 10px;
font-weight: normal;
font-size: 1.4rem;
color: @gallery-title-color;
.text-overflow();
}
.am-gallery-desc {
color: @gallery-desc-color;
font-size: 1.2rem;
}
.hook-am-gallery-bordered;
}
.hook-am-gallery-bordered() {}