generator-craftskeleton
Version:
Starterkit for Craft CMS 2.x (Multi-Environment Configs with HeartyConfig, Gulp, and Bower for Dependencie-Management) made by interpunkt. ag
43 lines (37 loc) • 701 B
CSS
/**
* Retour plugin for Craft CMS
*
* RetourWidget CSS
*
* @author nystudio107
* @copyright Copyright (c) 2016 nystudio107
* @link http://nystudio107.com
* @package Retour
* @since 1.0.0
*/
table.retour td.retour-large-stat {
text-align: center;
font-size: 4vw;
border: none;
line-height: normal;
vertical-align: top;
width: 50%;
}
table.retour th.retour-handled,
table.retour td.retour-handled {
color: green;
}
table.retour th.retour-not-handled,
table.retour td.retour-not-handled {
color: red;
}
table.retour td.retour-stats {
vertical-align: top;
width: 50%;
}
table.retour .centered {
text-align: center;
}
table.retour .rightered {
text-align: right;
}