/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/themes/github/globals/site.variables
47 строк
929 B
Jack Lukic
Remove label padding to work correctly with compact button
02 сен 2015, 02:14
02 сен 2015, 02:14
a13cf04
Код
Авторство
О чём код?
/******************************* User Global Variables *******************************/ @pageMinWidth : 1049px; @pageOverflowX : visible; @emSize: 13px; @fontSize : 13px; @fontName : 'Arial'; @importGoogleFonts : false; @h1: 2.25em; @defaultBorderRadius: 0.2307em; @disabledOpacity: 0.3; /* Colors */ @blue: #80A6CD; @green: #78CB5B; @orange: #D26911; @black: #333333; @primaryColor: @green; @secondaryColor: @black; /* Links */ @linkColor: #4078C0; @linkHoverColor: @linkColor; @linkHoverUnderline: underline; /* Borders */ @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; @infoBackgroundColor: #E6F1F6; @infoTextColor: #4E575B; @warningTextColor: #613A00; @errorTextColor: #991111;