mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Initial Commit
This commit is contained in:
46
public/css/biomed/variables.less
Normal file
46
public/css/biomed/variables.less
Normal file
@ -0,0 +1,46 @@
|
||||
@baseBorderRadius: 0;
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
@headingsFontFamily: "Vegur-Light", Helvetica, Arial, sans-serif;
|
||||
@headingsFontWeight: normal;
|
||||
|
||||
|
||||
// Navbar
|
||||
// -------------------------
|
||||
@navbarHeight: 50px;
|
||||
@navbarBackground: #2e363f;
|
||||
@navbarLinkColor: #999999;
|
||||
@navbarLinkColorHover: #ffffff;
|
||||
@navbarLinkLinkColorActive: @navbarLinkColorHover;
|
||||
@navbarLinkBackgroundHover: #232a32;
|
||||
|
||||
@navbarSecondaryBackground: #49cced;
|
||||
@navbarSecondaryText: #ffffff;
|
||||
|
||||
@navbarSecondaryText: #ffffff;
|
||||
@navbarSecondaryLinkColor: #ffffff;
|
||||
@navbarSecondaryLinkColorHover: @white;
|
||||
@navbarSecondaryLinkColorActive: @navbarSecondaryLinkColorHover;
|
||||
@navbarSecondaryLinkBackgroundHover: #41bedd;
|
||||
@navbarSecondaryLinkBackgroundActive: @navbarSecondaryLinkBackgroundHover;
|
||||
|
||||
// Buttons
|
||||
// -------------------------
|
||||
@btnBackground: #dadada;
|
||||
@btnPrimaryBackground: #006dcc;
|
||||
@btnInfoBackground: #49afcd;
|
||||
@btnSuccessBackground: #5bb75b;
|
||||
@btnWarningBackground: #faa732;
|
||||
@btnDangerBackground: #da4f49;
|
||||
@btnInverseBackground: #363636;
|
||||
|
||||
// Toolbelt
|
||||
// -------------------------
|
||||
@toolbeltHeight: 30px;
|
||||
@toolbeltText: #999999;
|
||||
|
||||
// Sprite icons path
|
||||
// -------------------------
|
||||
@iconSpritePath: "/img/glyphicons-halflings.png";
|
||||
@iconWhiteSpritePath: "/img/glyphicons-halflings-white.png";
|
Reference in New Issue
Block a user