mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
71 lines
1.5 KiB
Plaintext
71 lines
1.5 KiB
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 Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
|
|
|
|
|
## Important ###########
|
|
|
|
# Merge file for all .less def_ Files
|
|
|
|
*/
|
|
|
|
/* bootstrap-icons as font use with content taken from node_modules/bootstrap-icons/font/bootstrap-icons.css
|
|
div::before {
|
|
.bootstrap-icons;
|
|
content: "\f231"; // caret-right-fill
|
|
} */
|
|
.bootstrap-icons {
|
|
display: inline-block;
|
|
font-family: bootstrap-icons !important;
|
|
font-style: normal;
|
|
font-weight: normal !important;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
vertical-align: -.125em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
// Buttons
|
|
@import "def_buttons.less";
|
|
|
|
// Box Shadow
|
|
@import "def_boxShadow.less";
|
|
|
|
// Borders
|
|
@import "def_borders.less";
|
|
|
|
// Border Radius
|
|
@import "def_borderRadius.less";
|
|
|
|
// Box Shadow
|
|
@import "def_boxShadow.less";
|
|
|
|
// Button Size
|
|
@import "def_buttonSize.less";
|
|
|
|
// Colors
|
|
@import "def_colors.less";
|
|
|
|
// Colors
|
|
@import "def_dimension.less";
|
|
|
|
// fonts + font size
|
|
@import "def_fonts.less";
|
|
|
|
// Gradient / Farbverlauf
|
|
@import "def_gradient.less";
|
|
|
|
// Gradient / Farbverlauf
|
|
@import "def_lessElements.less";
|
|
|
|
// Transparency
|
|
@import "def_transparency.less"; |