PHP Classes

File: Web/styles/sass/_customer-category.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_customer-category.scss   Download  
File: Web/styles/sass/_customer-category.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change: style correction
Date: 7 years ago
Size: 977 bytes
 

Contents

Class file image Download
.container.category > div.row { padding:10px 10px 20px 10px; margin-bottom: 30px; border-bottom: 1px dotted #ccc; } .container.category > div.row a:hover { color:inherit; } .container.category > div.row h2 { margin:0 0 30px 0px; } .post-date { display:block; color:$primary-color; direction: ltr; margin-top: -30px; } body.rtl .post-date { float:left; } body.ltr .post-date { float:right; } .post-img { text-align: center; img { max-width: 100%; max-height: 500px; @media (max-width: 600px) { max-height: 300px; } } } .container.category .post-short-desc { color:black; h1, h2, h3, h4, h5, h6 { margin-bottom: 0; } } body.rtl .container.category .post-short-desc { text-align: justify; h1,h2,h3,h4,h5,h6 { text-align: right; } } .container.category .read-more { color:$primary-color; font-size:1.2em; } body.rtl .container.category .read-more { float:left; } body.ltr .container.category .read-more { float:right; }