mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
58e7ed75dd
- Fix toolbar menulist does not respect buttons width - Add new font size - Fix etemplate2.css reference
33 lines
1011 B
Plaintext
33 lines
1011 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;}
|
|
.mob-fontsize-xxl {font-size: @mobile-fontsize-base*2;}
|
|
/*Colors*/
|
|
.mob-color-login-message {color:white;}
|
|
|
|
/*background colors*/
|
|
.mob-bg-login {background-color: #486F93;}
|
|
.mob-bg-login-logo-area {background-color:white;}
|
|
.mob-bg-applist-header {background-color:#486F93;}
|
|
|
|
|
|
/*border colors*/
|