From 1286dcac72032cc33284c3d314cd83b2df839419 Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Wed, 10 Aug 2016 14:40:32 +0100 Subject: [PATCH] compile scss --- assets/dist/css/kickoff.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/assets/dist/css/kickoff.css b/assets/dist/css/kickoff.css index 1ac81a0f..2a981289 100644 --- a/assets/dist/css/kickoff.css +++ b/assets/dist/css/kickoff.css @@ -786,7 +786,8 @@ hr { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; - user-select: none; } + user-select: none; + padding-left: 2.3em; } .control--custom--inline { display: inline-block; @@ -798,18 +799,18 @@ hr { z-index: -1; } .control-indicator { - position: relative; + position: absolute; + left: 0; display: inline-block; - width: 1em; - height: 1em; + width: 1.3em; + height: 1.3em; -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); - border: 0.1em solid #ccc; + border: 1px solid #ccc; background-color: #ccc; vertical-align: middle; - margin-top: -.2em; - box-shadow: 0 0 0 2px transparent, 0 0 0 0 transparent; - margin-right: .5em; } + margin-top: 0; + box-shadow: 0 0 0 2px transparent, 0 0 0 0 transparent; } .control--custom-input:focus ~ .control-indicator { box-shadow: 0 0 0 2px #f1f1f1, 0 0 0 3px #181830; } @@ -3004,6 +3005,7 @@ pre { color: #444; border-radius: 3px; -moz-tab-size: 3; + -o-tab-size: 3; tab-size: 3; } code {