@ -2,10 +2,6 @@
"name" : "semantic",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"main": [
"dist/semantic.css",
"dist/semantic.js"
],
"author": {
"name" : "Jack Lukic",
"web" : "http://www.jacklukic.com"
@ -23,6 +19,6 @@
"http://semantic-ui.mit-license.org/"
"ignore": [
"node"
"test"
]
}
@ -418,25 +418,25 @@
---------------------*/
.ui.mini.input {
font-size: 0.8125em;
font-size: @mini;
.ui.small.input {
font-size: 0.875em;
font-size: @small;
.ui.input {
font-size: 1em;
font-size: @medium;
.ui.large.input {
font-size: 1.125em;
font-size: @large;
.ui.big.input {
font-size: 1.25em;
font-size: @big;
.ui.huge.input {
font-size: 1.375em;
font-size: @huge;
.ui.massive.input {
font-size: 1.5rem;
font-size: @massive;
.loadUIOverrides();
@ -9,7 +9,7 @@
/* List */
@listStyleType: none;
@listStylePosition: outside;
@margin: 0em;
@margin: 1em 0em;
@verticalPadding: 0em;
@horizontalPadding: 0em;