forked from extern/egroupware
3dbd096054
- Implement addressbook listview - Add mobile fonts definitions
20 lines
658 B
Plaintext
20 lines
658 B
Plaintext
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Hadi Nategh <hn@stylite.de>
|
|
* @package pixelegg
|
|
* @version $Id: $
|
|
*/
|
|
|
|
|
|
@mobile-fontsize-base : 10pt;
|
|
|
|
.mob-fontsize-xs {font-size: @mobile-fontsize-base*0.6;}
|
|
.mob-fontsize-s {font-size: @mobile-fontsize-base*0.8;}
|
|
.mob-fontsize-n {font-size: @mobile-fontsize-base}
|
|
.mob-fontsize-l {font-size: @mobile-fontsize-base*1.2;}
|
|
.mob-fontsize-xl {font-size: @mobile-fontsize-base*1.5;} |