You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
feo-homepage/core/static/css/pages/page_clients.css

76 lines
1.1 KiB

/*Clients Page
------------------------------------*/
.clients-page {
margin-top: 10px;
margin-bottom: 50px;
padding-bottom: 30px;
border-bottom: solid 1px #eee;
}
.clients-page ul {
margin-bottom: 10px;
}
.clients-page li {
margin: 0 5px 3px 0;
}
.clients-page h3 {
margin-top: 0;
font-size: 22px;
}
.clients-page img {
padding: 4px;
margin: 5px 0;
border: solid 1px #eee;
background: #fafafa;
}
.clients-page:hover img {
border-color: #bbb;
}
@media (max-width: 992px) {
.clients-page {
text-align: center;
}
.clients-page img {
margin: 0 auto 30px;
}
}
/*
.clients-page {
overflow: hidden;
}
.clients-page p {
overflow: auto;
}
.clients-page p a {
overflow: auto;
text-decoration: underline;
}
.clients-page a.img-hover {
display: block;
position: relative;
}
.clients-page img {
float: left;
width: 120px;
height: 120px;
margin-right: 20px;
background: #fafafa;
border: solid 1px #eee;
}
.clients-page img.img-colorful {
display: none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
top: 0;
left: 0;
display: block;
position: absolute;
}
*/