From 3deec4060fc77c06d13ca0f6563b6d0f5f06582e Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Tue, 13 Sep 2016 16:06:06 +0200 Subject: [PATCH] Fixed CSS code formatting --- src/index.css | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/src/index.css b/src/index.css index 13806227..91c45f0d 100644 --- a/src/index.css +++ b/src/index.css @@ -3,8 +3,9 @@ html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; - font-family: Roboto,"Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif; + font-family: Roboto, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; } + *, *:before, *:after { box-sizing: inherit; } @@ -13,15 +14,15 @@ body { font-family: 'Roboto', sans-serif; height: 100%; background-color: #f2f5f4; - color:#7c8382; + color: #7c8382; margin: 0; } header { background-color: #272e30; - box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22); + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22); height: 54px; - border-bottom:2px solid #3ab7a5; + border-bottom: 2px solid #3ab7a5; position: fixed; width: 100%; z-index: 999; @@ -35,23 +36,24 @@ h1, h2, h3, h4, h5, h6, p { margin: 0; } -h1{ - color: #3ab7a5; - border-bottom: 1px solid #3ab7a5; - margin: 30px auto 25px; - padding-bottom: 15px; - font-size: 25px; +h1 { + color: #3ab7a5; + border-bottom: 1px solid #3ab7a5; + margin: 30px auto 25px; + padding-bottom: 15px; + font-size: 25px; } -header input{ - margin-bottom:0; +header input { + margin-bottom: 0; } -button{ + +button { border: 1px solid #3ab7a5; padding: 3px 20px; font-size: 12px; line-height: 18px; - background-color:#fff; + background-color: #fff; cursor: pointer; } @@ -120,7 +122,7 @@ button{ margin-top: 1px; z-index: 99999 !important; background: #fff; - box-shadow: 0 1px 3px rgba(0,0,0,.1); + box-shadow: 0 1px 3px rgba(0, 0, 0, .1); border: 1px solid #f9f9f9; } & .rdtOpen .rdtPicker { @@ -217,10 +219,10 @@ button{ & .rdtNext span { display: block; -webkit-touch-callout: none; /* iOS Safari */ - -webkit-user-select: none; /* Chrome/Safari/Opera */ - -khtml-user-select: none; /* Konqueror */ - -moz-user-select: none; /* Firefox */ - -ms-user-select: none; /* Internet Explorer/Edge */ + -webkit-user-select: none; /* Chrome/Safari/Opera */ + -khtml-user-select: none; /* Konqueror */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } @@ -293,10 +295,10 @@ button{ display: block; -webkit-touch-callout: none; /* iOS Safari */ - -webkit-user-select: none; /* Chrome/Safari/Opera */ - -khtml-user-select: none; /* Konqueror */ - -moz-user-select: none; /* Firefox */ - -ms-user-select: none; /* Internet Explorer/Edge */ + -webkit-user-select: none; /* Chrome/Safari/Opera */ + -khtml-user-select: none; /* Konqueror */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } & .rdtCounter .rdtBtn:hover {