Sha256: 3b0215383c04adc45828c04575f89683da18643809636c923f932c6112748b69
Contents?: true
Size: 717 Bytes
Versions: 16
Compression:
Stored size: 717 Bytes
Contents
/* * # Semantic - Reset * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributor * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'global'; @element : 'reset'; @import '../../theme.config'; /******************************* Reset *******************************/ /* Border-Box */ *, *:before, *:after { box-sizing: border-box; } /* iPad Input Shadows */ input[type="text"], input[type="email"], input[type="search"], input[type="password"] { -webkit-appearance: none; -moz-appearance: none; /* mobile firefox too! */ } .loadUIOverrides();
Version data entries
16 entries across 16 versions & 1 rubygems