mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
bc5fe8ec9a
- Addressbook layout improvement
21 lines
716 B
Plaintext
21 lines
716 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-xxs {font-size: @mobile-fontsize-base*0.6;}
|
|
.mob-fontsize-xs {font-size: @mobile-fontsize-base*0.8;}
|
|
.mob-fontsize-s {font-size: @mobile-fontsize-base*0.9;}
|
|
.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;} |