15 changed files with 164 additions and 58 deletions
Split View
Diff Options
-
28src/themes/amazon/elements/button.overrides
-
22src/themes/amazon/elements/button.variables
-
43src/themes/amazon/globals/site.variables
-
8src/themes/github/collections/breadcrumb.variables
-
7src/themes/github/collections/menu.variables
-
11src/themes/github/collections/message.overrides
-
14src/themes/github/collections/message.variables
-
2src/themes/github/collections/table.variables
-
14src/themes/github/elements/button.variables
-
9src/themes/github/elements/header.variables
-
4src/themes/github/elements/icon.overrides
-
32src/themes/github/elements/input.overrides
-
3src/themes/github/elements/input.variables
-
17src/themes/github/globals/site.variables
-
8src/themes/github/modules/dropdown.variables
@ -0,0 +1,43 @@ |
|||
/******************************* |
|||
User Global Variables |
|||
*******************************/ |
|||
|
|||
@pageMinWidth : 1049px; |
|||
@pageOverflowX : visible; |
|||
|
|||
@emSize: 13px; |
|||
@fontSize : 13px; |
|||
@fontName : 'Arial'; |
|||
@importGoogleFonts : false; |
|||
|
|||
@h1: 2.25em; |
|||
|
|||
@defaultBorderRadius: 0.30769em; /* 4px @ 13em */ |
|||
|
|||
@disabledOpacity: 0.3; |
|||
|
|||
@black: #444C55; |
|||
@orange: #FDE07B; |
|||
|
|||
@linkColor: #0066C0; |
|||
@linkHoverColor: #C45500; |
|||
@linkHoverUnderline: underline; |
|||
|
|||
@borderColor: rgba(0, 0, 0, 0.13); |
|||
@solidBorderColor: #DDDDDD; |
|||
@internalBorderColor: rgba(0, 0, 0, 0.06); |
|||
@selectedBorderColor: #51A7E8; |
|||
|
|||
/* Breakpoints */ |
|||
@largeMonitorBreakpoint: 1049px; |
|||
@computerBreakpoint: @largeMonitorBreakpoint; |
|||
@tabletBreakpoint: @largeMonitorBreakpoint; |
|||
|
|||
/* Colors */ |
|||
@blue: #80A6CD; |
|||
@green: #60B044; |
|||
@orange: #D26911; |
|||
|
|||
|
|||
@infoBackgroundColor: #E6F1F6; |
|||
@infoTextColor: #4E575B; |
@ -1,11 +0,0 @@ |
|||
.ui.info.message { |
|||
background: linear-gradient(#D8EBF8, #D0E3EF); |
|||
} |
|||
.ui.error.message { |
|||
background: linear-gradient(#F8D8D8, #EFD0D0); |
|||
} |
|||
.ui.warning.message { |
|||
background: linear-gradient(#FFE3C8, #F5DAC0); |
|||
} |
|||
.ui.success.message { |
|||
} |
@ -0,0 +1,9 @@ |
|||
/******************************* |
|||
Header |
|||
*******************************/ |
|||
|
|||
/*------------------- |
|||
Element |
|||
--------------------*/ |
|||
|
|||
@iconMargin: @4px; |
@ -0,0 +1,32 @@ |
|||
/******************************* |
|||
Input |
|||
*******************************/ |
|||
|
|||
/* Labeled Input has padding */ |
|||
.ui.labeled.input { |
|||
background-color: @white; |
|||
border: @borderWidth solid @borderColor; |
|||
border-radius: @borderRadius !important; |
|||
} |
|||
.ui.labeled.input input { |
|||
box-shadow: none !important; |
|||
border: none !important; |
|||
} |
|||
.ui.labeled.input .label { |
|||
font-weight: normal; |
|||
align-self: center; |
|||
font-size: 12px; |
|||
margin: @2px; |
|||
border-radius: @borderRadius !important; |
|||
padding: @relative5px @relative8px !important; |
|||
} |
|||
|
|||
/* GitHub Uses Focus Group with class name added */ |
|||
.ui.labeled.input.focused { |
|||
border-color: @focusBorderColor; |
|||
box-shadow: @focusBoxShadow; |
|||
} |
|||
.ui.labeled.input.focused .label { |
|||
background-color: #E1EAF5; |
|||
color: #4078C0; |
|||
} |
Write
Preview
Loading…
Cancel
Save