Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Forn and menu visual update
Browse files Browse the repository at this point in the history
  • Loading branch information
kazitihum committed Jul 2, 2018
1 parent f52e160 commit 994d54c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/themes/burt/collections/form.variables
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@labelMargin: 0em 0em @labelDistance 0em;
@labelFontSize: @relativeSmall;
@labelFontWeight: @bold;
@labelTextTransform: none;
@labelTextTransform: uppercase;
@labelColor: @textColor;

/* Input */
Expand Down
6 changes: 3 additions & 3 deletions src/themes/burt/collections/menu.variables
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
/* Sub Menu */
@subMenuDistance: 0.5em;
@subMenuMargin: @subMenuDistance -@itemHorizontalPadding 0em;
@subMenuFontSize: @relativeTiny;
@subMenuTextColor: rgba(0, 0, 0, 0.5);
@subMenuFontSize: @relativeMedium;
@subMenuTextColor: rgba(0, 0, 0, 0.65);

@subMenuIndent: 0em;
@subMenuHorizontalPadding: (@itemHorizontalPadding / @tinySize) + @subMenuIndent;
Expand Down Expand Up @@ -73,7 +73,7 @@

/* Vertical Header */
@verticalHeaderMargin: 0em 0em 0.5em;
@verticalHeaderFontSize: @relativeMedium;
@verticalHeaderFontSize: @relativeLarge;
@verticalHeaderFontWeight: @bold;

/* Pointing Arrow */
Expand Down
10 changes: 5 additions & 5 deletions src/themes/burt/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@
font-family: DIN2014;
src: url(https://res.cloudinary.com/kazitihum/raw/upload/v1530357793/Burt%20Semantic%20UI/DIN2014-demi.woff) format('woff');
font-style: normal;
font-weight: 600
font-weight: 700
}

/* Bold */
@font-face {
/*@font-face {
font-family: DIN2014;
src: url(https://res.cloudinary.com/kazitihum/raw/upload/v1530357793/Burt%20Semantic%20UI/DIN2014-bold.woff) format('woff');
font-style: normal;
font-weight: 700
}
}*/

/* Extra Bold */
@font-face {
/*@font-face {
font-family: DIN2014;
src: url(https://res.cloudinary.com/kazitihum/raw/upload/v1530357793/Burt%20Semantic%20UI/DIN2014-extra-bold.woff) format('woff');
font-style: normal;
font-weight: 900
}
}*/

/*-------------------
Background
Expand Down
4 changes: 2 additions & 2 deletions src/themes/burt/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
--------------------*/

/* This is the single variable that controls them all */
@emSize : 14px;
@emSize : 16px;

/* The size of page text */
@fontSize : 14px;
@fontSize : 16px;


/*-------------------
Expand Down

0 comments on commit 994d54c

Please sign in to comment.