diff --git a/static/styles/modules/navbar.sass b/static/styles/modules/navbar.sass index e834d948..ea14b0c2 100644 --- a/static/styles/modules/navbar.sass +++ b/static/styles/modules/navbar.sass @@ -3,7 +3,7 @@ border-radius: 0px; height: 53px; z-index: 2; - margin-top:10px; + margin-top: 10px; .navbar-brand background-image: url(/static/images/logo_dark.svg); @@ -26,26 +26,26 @@ background: none; border: none; color: #2b303b; - min-wdith:24px; - max-width:24px; + min-wdith: 24px; + max-width: 24px; .material-icons line-height: 32px; - min-wdith:24px; - max-width:24px; + min-wdith: 24px; + max-width: 24px; .navbar-nav.navbar-right display: inline-block; float: right; li display: inline-block; - vertical-align:middle; + vertical-align: middle; .navbar-form margin-right: 20px; width: 350px; .twitter-typeahead - width:100%; + width: 100%; .form-control color: #747C84; @@ -53,4 +53,4 @@ background-color: #eff1f5; border-radius: 0px; padding: 0.3rem 0.75rem; - width:100%; + width: 100%; diff --git a/static/styles/modules/status.sass b/static/styles/modules/status.sass index 53b8f7fb..e63fe8b2 100644 --- a/static/styles/modules/status.sass +++ b/static/styles/modules/status.sass @@ -9,11 +9,11 @@ width: 100px; text-align: center; border-radius: 2px; - text-transform:uppercase; - font-size:11px; + text-transform: uppercase; + font-size: 11px; line-height: 22px; - display:inline-block; - margin-right:10px; + display: inline-block; + margin-right: 10px; .error, .killed, @@ -31,16 +31,16 @@ @keyframes horizontal 0% - transform:translate(0,0) + transform: translate(0,0) 6% - transform:translate(5px,0) + transform: translate(5px,0) 12% - transform:translate(0,0) + transform: translate(0,0) 18% - transform:translate(5px,0) + transform: translate(5px,0) 24% - transform:translate(0,0) + transform: translate(0,0) 30% - transform:translate(5px,0) + transform: translate(5px,0) 36%,100% - transform:translate(0,0) + transform: translate(0,0) diff --git a/static/styles/modules/subnav.sass b/static/styles/modules/subnav.sass index f28b9e8e..9b8f79df 100644 --- a/static/styles/modules/subnav.sass +++ b/static/styles/modules/subnav.sass @@ -1,17 +1,17 @@ .subnav background: #FFF; - border-bottom:1px solid #EEE; - height:75px; - min-height:75px; - max-height:75px; - margin-bottom:40px; - position:relative; + border-bottom: 1px solid #EEE; + height: 75px; + min-height: 75px; + max-height: 75px; + margin-bottom: 40px; + position: relative; ol float: left; - margin:0px; + margin: 0px; margin-left: 20px; - padding:0px; + padding: 0px; li line-height: 75px; @@ -20,10 +20,10 @@ font-size: 21px; .btn - background:transparent - outline:none; + background: transparent + outline: none; .btn:focus - outline:none; + outline: none; .btn-info cursor: pointer; @@ -39,32 +39,32 @@ color: #95AEC7; li.separator i - vertical-align:middle + vertical-align: middle li a color: #2B303B; line-height: 75px; - text-decoration:none; + text-decoration: none; &:hover - text-decoration:none; + text-decoration: none; .nav-tabs - position:absolute; - bottom:-1px; - right:30px; - border-bottom:1px solid #eee; + position: absolute; + bottom: -1px; + right: 30px; + border-bottom: 1px solid #eee; .nav-tabs .nav-link - border:none; + border: none; color: #C7CCD1; - font-size:13px; - padding:10px 20px; - text-transform:uppercase; + font-size: 13px; + padding: 10px 20px; + text-transform: uppercase; .nav-tabs .nav-link.active border: 1px solid #eee; - border-bottom:1px solid #fff; + border-bottom: 1px solid #fff; color: #2b303b; diff --git a/static/styles/modules/timeline.sass b/static/styles/modules/timeline.sass index c3021005..342fa421 100644 --- a/static/styles/modules/timeline.sass +++ b/static/styles/modules/timeline.sass @@ -1,48 +1,48 @@ .timeline - padding-left:50px; - position:relative; - margin-top:10px; - margin-bottom:40px; + padding-left: 50px; + position: relative; + margin-top: 10px; + margin-bottom: 40px; .card - display:flex; - border:none; - border-radius:0px; + display: flex; + border: none; + border-radius: 0px; border-top: 1px solid #eceeef; - text-decoration:none; - color:#2b303b; + text-decoration: none; + color: 2b303b; .card-header - background:#FFF; - border:none; - padding:0px; + background: #FFF; + border: none; + padding: 0px; width: 50px; min-width: 50px; max-width: 50px; - padding-top:30px; + padding-top: 30px; .card-block flex: 1 1 auto; padding: 30px 12px 12px 12px; p color: #ADB3BA; - margin-top:2px; - font-size:0px; + margin-top: 2px; + font-size: 0px; em - text-decoration:none; + text-decoration: none; color: #747C84; - font-style:normal; - font-size:0.9rem; + font-style: normal; + font-size: 0.9rem; span - margin:0px 5px; - font-size:0.9rem; + margin: 0px 5px; + font-size: 0.9rem; h3 - display:inline-block; - line-height:22px; - font-size:18px; + display: inline-block; + line-height: 22px; + font-size: 18px; .card:nth-child(2) - border-top:0px; + border-top: 0px; .timeline:before position: absolute; @@ -56,31 +56,31 @@ background-color: #DFE2E5; .group - padding-bottom:16px; + padding-bottom: 16px; .group-title font-size: 13px; text-transform: uppercase; color: #ADB3BA; - margin-bottom:30px; - margin-top:30px; - position:relative; - line-height:20px; + margin-bottom: 30px; + margin-top: 30px; + position: relative; + line-height: 20px; .group-title:before content: '\f01f'; - font-family:"octicons"; - position:absolute; - left:-48px; - font-size:20px; - background:#FFF; - width:24px; + font-family: "octicons"; + position: absolute; + left: -48px; + font-size: 20px; + background: #FFF; + width: 24px; vertical-align: middle; text-align: center; - color:#ADB3BA; + color: #ADB3BA; .group:first-child .group-title - margin-top:0px; + margin-top: 0px; .group:last-child - padding-bottom:0px; \ No newline at end of file + padding-bottom: 0px; \ No newline at end of file diff --git a/static/styles/pages/build.sass b/static/styles/pages/build.sass index da121c38..c7684430 100644 --- a/static/styles/pages/build.sass +++ b/static/styles/pages/build.sass @@ -5,7 +5,7 @@ #output background: #0d1926; color: #d9e6f2; - margin-right:15px; + margin-right: 15px; font-size: 13px; color: #eff1f5; border-radius: 2px; @@ -18,18 +18,18 @@ min-height: calc(100vh - 205px); #follow - position:absolute; + position: absolute; .build-summary - padding-left:20px; + padding-left: 20px; p color: #ADB3BA; - margin-top:4px; - font-size:0.9rem; + margin-top: 4px; + font-size: 0.9rem; em color: #747C84; - text-decoration:none; - font-style:normal; + text-decoration: none; + font-style: normal; // .success, // .failure, @@ -41,21 +41,21 @@ // padding: 2px 28px; // width: auto; .job-summary - padding-left:20px; - font-size:0.9rem; + padding-left: 20px; + font-size: 0.9rem; dt color: #ADB3BA; - font-weight:normal; + font-weight: normal; dd color: #747C84; - text-decoration:none; - font-style:normal; + text-decoration: none; + font-style: normal; .build-summary > div h3 - display:inline; - line-height:28px; - font-size:18px; + display: inline; + line-height: 28px; + font-size: 18px; a.material-icons vertical-align: middle; text-decoration: none; @@ -64,27 +64,27 @@ padding-left: 5px; .job-list - padding-left:20px; - margin-bottom:20px; + padding-left: 20px; + margin-bottom: 20px; .job-list a h3 - margin-bottom:10px; + margin-bottom: 10px; color: #2b303b; - font-size:14px; - margin-top:14px; + font-size: 14px; + margin-top: 14px; .env font-family: "Roboto Mono" - text-decoration:none; - color:#747C84; - font-size:15px; + text-decoration: none; + color: #747C84; + font-size: 15px; display: block; border-top: 1px solid #eee; padding-top: 20px; - padding-bottom:20px; - position:relative; + padding-bottom: 20px; + position: relative; &:not(.active) > div:nth-child(2) > div - display:none + display: none // &:not(.active) > div:nth-child(2) > h3 // color:#ADB3BA; @@ -105,8 +105,8 @@ border-bottom: 1px solid #eee; .job-list a > div:first-child - margin-bottom:10px; - position:relative; + margin-bottom: 10px; + position: relative; //.job-list a.active:after // content: ""; @@ -118,7 +118,7 @@ // width: 10px; .build-btn-group - margin-left:20px; + margin-left: 20px; .btn background: #FFF; outline: none; @@ -152,14 +152,14 @@ cursor: pointer; bottom: 15px; right: 60px; - border:none; - outline:none; - display:none; + border: none; + outline: none; + display: none; .tail i - color:rgba(255,255,255,0.5); - line-height:38px; - display:inline-block; + color: rgba(255,255,255,0.5); + line-height: 38px; + display: inline-block; @supports (position:sticky) .sticky diff --git a/static/styles/pages/docs.sass b/static/styles/pages/docs.sass index ed14b930..5293f994 100644 --- a/static/styles/pages/docs.sass +++ b/static/styles/pages/docs.sass @@ -1,119 +1,119 @@ .toc list-style-type: none; - padding:0px; - margin:0px; - padding-bottom:40px; + padding: 0px; + margin: 0px; + padding-bottom: 40px; h2 - font-size:21px; - font-weight:normal; - margin-bottom:20px; - color:#2b303b; + font-size: 21px; + font-weight: normal; + margin-bottom: 20px; + color: #2b303b; ul list-style-type: none; - padding:0px; - margin:0px; - margin-bottom:40px; + padding: 0px; + margin: 0px; + margin-bottom: 40px; border-bottom: 1px solid #EEE; - padding-bottom:40px; + padding-bottom: 40px; li - line-height:25px; + line-height: 5px; a color: #2b303b; - text-decoration:none; + text-decoration: none; a:hover - text-decoration:underline; + text-decoration: underline; [data-method]:before content: attr(data-method); - padding:0px 10px; - line-height:18px; - min-width:70px; - font-size:11px; - text-transform:uppercase; + padding: 0px 10px; + line-height: 18px; + min-width: 70px; + font-size: 11px; + text-transform: uppercase; display: inline-block; - text-align:center; - color:#FFF; - border-radius:2px; - margin-right:20px; + text-align: center; + color: #FFF; + border-radius: 2px; + margin-right: 20px; [data-method="GET"]:before - background-color:#1ABC9C; + background-color: #1ABC9C; [data-method="PUT"]:before - background-color:#9B59B6; + background-color: #9B59B6; [data-method="POST"]:before - background-color:#3498DB; + background-color: #3498DB; [data-method="PATCH"]:before - background-color:#E67E22; + background-color: #E67E22; [data-method="DELETE"]:before - background-color:#E74C3C; + background-color: #E74C3C; [data-method]:before - background:#FFF; - border:1px solid #FFF; + background: #FFF; + border: 1px solid #FFF; [data-method="GET"]:before - color:#1ABC9C; - border-color:#1ABC9C; + color: #1ABC9C; + border-color: #1ABC9C; [data-method="PUT"]:before - color:#9B59B6; - border-color:#9B59B6; + color: #9B59B6; + border-color: #9B59B6; [data-method="POST"]:before - color:#3498DB; - border-color:#3498DB; + color: #3498DB; + border-color: #3498DB; [data-method="PATCH"]:before - color:#E67E22; - border-color:#E67E22; + color: #E67E22; + border-color: #E67E22; [data-method="DELETE"]:before - color:#E74C3C; - border-color:#E74C3C; + color: E74C3C; + border-color: #E74C3C; .operation [data-method]:before content: attr(data-method); - padding:0px 10px; - line-height:18px; - min-width:70px; - font-size:11px; - text-transform:uppercase; + padding: 0px 10px; + line-height: 18px; + min-width: 70px; + font-size: 11px; + text-transform: uppercase; display: inline-block; - text-align:center; - color:#FFF; - border-radius:2px; - margin-right:20px; - background:#FFF; - border:1px solid #FFF; + text-align: center; + color: #FFF; + border-radius: 2px; + margin-right: 20px; + background: #FFF; + border: 1px solid #FFF; line-height: 20px; vertical-align: top; [data-method]:before - background:#FFF; - border:1px solid #FFF; + background: #FFF; + border: 1px solid #FFF; [data-method="GET"]:before - color:#1ABC9C; - border-color:#1ABC9C; + color: #1ABC9C; + border-color: #1ABC9C; [data-method="PUT"]:before - color:#9B59B6; - border-color:#9B59B6; + color: #9B59B6; + border-color: #9B59B6; [data-method="POST"]:before - color:#3498DB; - border-color:#3498DB; + color: #3498DB; + border-color: #3498DB; [data-method="PATCH"]:before - color:#E67E22; - border-color:#E67E22; + color: #E67E22; + border-color: #E67E22; [data-method="DELETE"]:before - color:#E74C3C; - border-color:#E74C3C; + color: #E74C3C; + border-color: #E74C3C; .docs - margin-top:40px; + margin-top: 40px; padding: 0px 50px; - padding-right:40px; + padding-right: 40px; .docs-api pre @@ -140,40 +140,40 @@ padding: 25px 30px; font-family: "Roboto Mono"; border-radius: 2px; - font-size:13px; + font-size: 13px; .operation - min-height:100vh; - padding:20px 0px; + min-height: 100vh; + padding: 20px 0px; display: flex &> aside, &> div - min-width:50%; - max-width:50%; - width:50%; - padding-right:40px; + min-width: 50%; + max-width: 50%; + width: 0%; + padding-right: 40px; h2 - color:#2b303b; - font-size:21px; + color: #2b303b; + font-size: 21px; h3 - font-size:16px; - margin-bottom:20px; - margin-top:40px; + font-size: 16px; + margin-bottom: 20px; + margin-top: 40px; aside background: rgba(43, 48, 59, 0.95); box-sizing: border-box; padding: 20px 0px 10px 0px; - border-radius:2px; + border-radius: 2px; h4 color: #d0d4d7; - font-size:15px; - padding:20px; - padding-left:40px; + font-size: 15px; + padding: 20px; + padding-left: 40px; pre background: #2b303b; color: #d0d4d7; - margin-right:0px; - padding-left:40px; + margin-right: 0px; + padding-left: 40px; .params padding: 0px; @@ -181,11 +181,11 @@ list-style-type: none; border-top: 1px solid #f0f4f7 li - padding:15px 10px; - border-bottom:1px solid #f0f4f7; - font-size:15px + padding: 15px 10px; + border-bottom: 1px solid #f0f4f7; + font-size: 15px p - line-height:20px; + line-height: 20px; margin: 0 0 0 170px; li:after @@ -197,21 +197,21 @@ height: 0; h4 - float:left; - line-height:20px; - text-align:right; - padding-right:20px; - width:150px; - font-weight:bold; - font-size:15px; + float: left; + line-height: 20px; + text-align: right; + padding-right: 2 0px; + width: 150px; + font-weight: bold; + font-size: 15px; small - display:block; + display: block; text-transform: uppercase; - color:#E67E22; - font-size:11px; - font-weight:normal; - margin-top:5px; + color: #E67E22; + font-size: 11px; + font-weight: normal; + margin-top: 5px; .operation @@ -228,28 +228,28 @@ .docs-usage .row - display:flex; + display: flex; .content-nav - max-width:250px; - min-width:250px; - width:250px; + max-width: 250px; + min-width: 250px; + width: 250px; ul - padding:0px; - margin:0px; + padding: 0px; + margin: 0px; list-style-type: none; li - position:relative; + position: relative; color: rgba(0,0,0,0.5); text-transform: uppercase; font-size: 13px; li a - color:rgba(43, 48, 59, 0.8); + color: rgba(43, 48, 59, 0.8); line-height: 30px; display: block; font-size: 16px; text-transform: none; li.active a - color:#2b303b; + color: #2b303b; font-size: 16px; text-transform: none; li.active:before @@ -265,12 +265,12 @@ .content-main max-width: 900px; margin: 0px auto; - margin-bottom:40px; - font-size:14px; + margin-bottom: 40px; + font-size: 14px; p - line-height:20px; - margin:20px 0px; + line-height: 20px; + margin: 20px 0px; blockquote color: #31708f; @@ -278,40 +278,40 @@ border-color: #bcdff1; padding: 30px; margin: 15px 0px; - border-radius:2px; + border-radius: 2px; blockquote p:first-child - margin-top:0px; + margin-top: 0px; blockquote p:last-child - margin-bottom:0px; + margin-bottom: 0px; strong - font-weight:bold; + font-weight: bold; h1 - margin:40px 0px 20px 0px; - font-size:22px; + margin: 40px 0px 20px 0px; + font-size: 22px; h1:first-child - margin-top:0px; + margin-top: 0px; h2 - margin:40px 0px 30px 0px; - font-size:20px; + margin: 40px 0px 30px 0px; + font-size: 20px; border-top: 1px solid #EEE; padding-top: 30px; h3 - margin:40px 0px 20px 0px; - font-size:16px; + margin: 40px 0px 20px 0px; + font-size: 16px; ul code, ol code, p code background: #eff1f5; color: #2b303b; padding: 0px 7px; font-family: "Roboto Mono"; - font-size:13px; - white-space:nowrap; + font-size: 13px; + white-space: nowrap; pre margin-right: 0px; padding-left: 40px; @@ -323,10 +323,10 @@ padding: 25px 30px; font-family: "Roboto Mono"; border-radius: 2px; - font-size:13px; + font-size: 13px; pre > code background: #eff1f5; color: #2b303b; font-family: "Roboto Mono"; - font-size:13px; + font-size: 13px; diff --git a/static/styles/pages/feed.sass b/static/styles/pages/feed.sass index bddbb9b9..035bcfda 100644 --- a/static/styles/pages/feed.sass +++ b/static/styles/pages/feed.sass @@ -1,23 +1,23 @@ .repo-row .col-sm-4 - width:100%; + width: 100%; .col-sm-4:last-child .card - border-bottom:none + border-bottom: none .card border: none; border-bottom: 1px solid #EEE; border-radius: 0px; position: relative display: flex; - text-decoration:none; + text-decoration: none; .card-block h3 font-size: 1.1rem; - color:#2b303b; + color: #2b303b; .card-text color: rgba(0,0,0,0.5); - font-size:0.95rem; - margin:0px; + font-size: 0.95rem; + margin: 0px; .btn-group position: absolute; @@ -42,9 +42,9 @@ .card-header background: #FFF; border-bottom: none; - padding-right:0px; - padding-left:0px; - width:45px; + padding-right: 0px; + padding-left: 0px; + width: 45px; .repo-search color: #747C84; diff --git a/static/styles/pages/login.sass b/static/styles/pages/login.sass index 796d3d50..7c6ca9da 100644 --- a/static/styles/pages/login.sass +++ b/static/styles/pages/login.sass @@ -12,12 +12,12 @@ body.login -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; - width:100%; - height:100%; - overflow:hidden; + width: 100%; + height: 100%; + overflow: hidden; div - position:relative; + position: relative; width: 220px; height: 30px; @@ -28,11 +28,11 @@ body.login background-size: 35px; background-repeat: no-repeat; background-position: center center; - position:absolute; - top:0px; - left:0px; - height:30px; - width:35px; + position: absolute; + top: 0px; + left: 0px; + height: 30px; + width: 35px; animation-name: fadein; animation-duration: 1.5s; @@ -42,33 +42,33 @@ body.login a background: #2b303b; color: #FFF; - text-decoration:none; - position:absolute; - top:0px; - right:0px; + text-decoration: none; + position: absolute; + top: 0px; + right: 0px; text-transform: uppercase; font-size: 13px; min-width: 150px; text-align: center; padding: 5px; - border:none; + border: none; animation-name: fadein; animation-duration: 1.5s; animation-timing-function: ease-in; div.alert - position:fixed; - top:0px; - left:0px; - right:0px; - line-height:25px; - padding:20px; - width:100%; - border:none; - text-align:center; - vertical-align:middle; - height:auto; - border-radius:0px; + position: fixed; + top: 0px; + left: 0px; + right: 0px; + line-height: 25px; + padding: 20px; + width: 100%; + border: none; + text-align: center; + vertical-align: middle; + height: auto; + border-radius: 0px; body.login.login-form &> div @@ -76,8 +76,8 @@ body.login.login-form height: 100px; display: flex; div.logo - width:65px; - position:relative; + width: 65px; + position: relative; background-position: left center; animation-name: none; form @@ -85,36 +85,36 @@ body.login.login-form input[type="text"], input[type="password"] - display:block; - width:100%; + display: block; + width: 100%; padding: 5px 10px; background-color: #eff1f5; border: none; color: #747C84; input[type="password"] - margin-top:1px; + margin-top: 1px; input[type="submit"] position: relative; - width:100%; + width: 100%; margin-top: 20px; animation-name: none; @keyframes flyin 0% - left:-3000px; + left: -3000px; 100% - left:0px; + left: 0px; @keyframes flyin_right 0% - right:-3000px; + right: -3000px; 100% - right:0px; + right: 0px; @keyframes fadein 0% - opacity:0; + opacity: 0; 100% - opacity:1; \ No newline at end of file + opacity: 1; \ No newline at end of file diff --git a/static/styles/pages/repo.sass b/static/styles/pages/repo.sass index d7a818a5..f9945eb1 100644 --- a/static/styles/pages/repo.sass +++ b/static/styles/pages/repo.sass @@ -1,7 +1,7 @@ .container.repo_config, .container.repo_secrets - max-width:800px !important; + max-width: 800px !important; .row border-bottom: 1px solid #f0f4f7; @@ -9,20 +9,20 @@ border: none; margin-bottom: 30px; .col-md-12 - padding:0px; + padding: 0px; .row:nth-last-child(2) - border:none; + border: none; .col-md-3 padding: 30px; padding-left: 0px; max-width: 200px; - font-size:15px; + font-size: 15px; color: #2b303b; .col-md-9 padding: 30px; color: #65737e; - font-size:15px; + font-size: 15px; .btn.btn-info border-color: #95AEC7; @@ -47,22 +47,22 @@ color: #2b303b; input[type="range"] + span - margin-left:15px; + margin-left: 15px; .alert.alert-danger background: #FFF; border: 1px solid #bf616a; - border-radius:2px; - margin-top:40px; + border-radius: 2px; + margin-top: 40px; color: #bf616a; .btn.btn-danger - margin-right:15px; + margin-right: 15px; border: 1px solid #bf616a; color: #bf616a; - background:#FFF; - border-radius:2px; - font-size:13px; - text-transform:uppercase; + background: #FFF; + border-radius: 2px; + font-size: 13px; + text-transform: uppercase; .container.repo_secrets @@ -75,21 +75,21 @@ height: 150px; padding: 10px 15px; .btn.btn-info - margin-left:0px; + margin-left: 0px; .result - margin-top:20px; + margin-top: 20px; white-space: pre; .container.repo_activate - max-width:800px !important; + max-width: 800px !important; .alert.alert-info color: #3498DB; background: rgba(52, 152, 219, 0.12); border-radius: 2px; border: none; - margin-top:20px; + margin-top: 20px; padding: 30px; .btn.btn-info color: #3498DB; diff --git a/static/styles/pages/user.sass b/static/styles/pages/user.sass index e136ceef..179b00c5 100644 --- a/static/styles/pages/user.sass +++ b/static/styles/pages/user.sass @@ -1,7 +1,7 @@ .container.profile - max-width:800px !important; - margin-bottom:40px; + max-width: 800px !important; + margin-bottom: 40px; .row border-bottom: 1px solid #f0f4f7; @@ -13,13 +13,13 @@ padding: 30px; padding-left: 0px; max-width: 200px; - font-size:15px; + font-size: 15px; color: #2b303b; .col-md-9 padding: 30px; color: #65737e; - font-size:15px; + font-size: 15px; .btn.btn-info border-color: #95AEC7; diff --git a/static/styles/pages/users.sass b/static/styles/pages/users.sass index 571384f8..6e7386e3 100644 --- a/static/styles/pages/users.sass +++ b/static/styles/pages/users.sass @@ -1,8 +1,8 @@ .user-row .col-sm-4 - width:100%; + width: 100%; .col-sm-4:last-child .card - border-bottom:none + border-bottom: none .card border: none; border-bottom: 1px solid #EEE; @@ -15,8 +15,8 @@ .card-text color: rgba(0,0,0,0.5); - font-size:0.95rem; - margin:0px; + font-size: 0.95rem; + margin: 0px; .btn-group position: absolute; @@ -47,9 +47,9 @@ .card-header background: #FFF; border-bottom: none; - padding-right:0px; - padding-left:0px; - width:45px; + padding-right: 0px; + padding-left: 0px; + width: 45px; .card-header diff --git a/static/styles/search.sass b/static/styles/search.sass index f4a19dc1..808f3c21 100644 --- a/static/styles/search.sass +++ b/static/styles/search.sass @@ -7,13 +7,13 @@ z-index: 100; display: none; background: #FFF; - min-width:100%; + min-width: 100%; border: 1px solid #eee; - border-radius:0px; + border-radius: 0px; .tt-selectable:hover, .tt-cursor - background:#eff1f5; + background: #eff1f5; .tt-selectable padding: 1rem 0.75rem; @@ -22,19 +22,19 @@ div:first-child width: 75px; - max-width:75px; - min-width:75px; + max-width: 75px; + min-width: 75px; img width: 32px; - max-width:32px; - min-width:32px; - border-radius:50%; - text-align:left; - margin-left:1rem; + max-width: 32px; + min-width: 32px; + border-radius: 50%; + text-align: left; + margin-left: 1rem; div:last-child flex: 1 1 auto; - line-height:32px; + line-height: 32px; .no-matches-message padding: 20px; @@ -43,13 +43,13 @@ .not-indexed-message padding: 20px; - padding-bottom:0px; + padding-bottom: 0px; color: rgba(0,0,0,0.5); font-style: italic; em color: #2b303b; p:last-child - margin-top:20px; + margin-top: 20px; font-size: 15px; color: rgba(0, 0, 0, 0.4); a diff --git a/static/styles/style.sass b/static/styles/style.sass index 0c10a1a7..d287aa2c 100644 --- a/static/styles/style.sass +++ b/static/styles/style.sass @@ -22,34 +22,34 @@ .hidden - display:none; + display: none; // page navigation :focus - outline:none; + outline: none; ::-moz-focus-inner - border:0; + border: 0; .container - max-width:980px !important; + max-width: 980px !important; .modal-content - padding:20px; + padding: 20px; .form-control border-radius: 2px; .btn - margin-top:20px; + margin-top: 20px; // node section .node-row .col-sm-4 - width:100%; + width: 100%; .col-sm-4:last-child .card - border-bottom:none + border-bottom: none .card border: none; border-bottom: 1px solid #EEE; @@ -61,8 +61,8 @@ font-size: 1.1rem; .card-text color: rgba(0,0,0,0.5); - font-size:0.95rem; - margin:0px; + font-size: 0.95rem; + margin: 0px; .btn-group position: absolute; @@ -87,9 +87,9 @@ .card-header background: #FFF; border-bottom: none; - padding-right:0px; - padding-left:0px; - width:45px; + padding-right: 0px; + padding-left: 0px; + width: 45px; diff --git a/static/styles_gen/style.css b/static/styles_gen/style.css index 2d4d5e61..4acd7540 100644 --- a/static/styles_gen/style.css +++ b/static/styles_gen/style.css @@ -88,7 +88,7 @@ input[type=range]:focus::-ms-fill-upper { background: #367ebd; } .timeline { padding-left: 50px; position: relative; margin-top: 10px; margin-bottom: 40px; } -.timeline .card { display: flex; border: none; border-radius: 0px; border-top: 1px solid #eceeef; text-decoration: none; color: #2b303b; } +.timeline .card { display: flex; border: none; border-radius: 0px; border-top: 1px solid #eceeef; text-decoration: none; color: 2b303b; } .timeline .card .card-header { background: #FFF; border: none; padding: 0px; width: 50px; min-width: 50px; max-width: 50px; padding-top: 30px; } @@ -311,7 +311,7 @@ body.login.login-form > div input[type="submit"] { position: relative; width: 10 .toc ul { list-style-type: none; padding: 0px; margin: 0px; margin-bottom: 40px; border-bottom: 1px solid #EEE; padding-bottom: 40px; } -.toc ul li { line-height: 25px; } +.toc ul li { line-height: 5px; } .toc ul li a { color: #2b303b; text-decoration: none; } @@ -339,7 +339,7 @@ body.login.login-form > div input[type="submit"] { position: relative; width: 10 .toc [data-method="PATCH"]:before { color: #E67E22; border-color: #E67E22; } -.toc [data-method="DELETE"]:before { color: #E74C3C; border-color: #E74C3C; } +.toc [data-method="DELETE"]:before { color: E74C3C; border-color: #E74C3C; } .operation [data-method]:before { content: attr(data-method); padding: 0px 10px; line-height: 18px; min-width: 70px; font-size: 11px; text-transform: uppercase; display: inline-block; text-align: center; color: #FFF; border-radius: 2px; margin-right: 20px; background: #FFF; border: 1px solid #FFF; line-height: 20px; vertical-align: top; } @@ -361,7 +361,7 @@ body.login.login-form > div input[type="submit"] { position: relative; width: 10 .operation { min-height: 100vh; padding: 20px 0px; display: flex; } -.operation > aside, .operation > div { min-width: 50%; max-width: 50%; width: 50%; padding-right: 40px; } +.operation > aside, .operation > div { min-width: 50%; max-width: 50%; width: 0%; padding-right: 40px; } .operation h2 { color: #2b303b; font-size: 21px; } @@ -381,7 +381,7 @@ body.login.login-form > div input[type="submit"] { position: relative; width: 10 .operation .params li:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } -.operation .params h4 { float: left; line-height: 20px; text-align: right; padding-right: 20px; width: 150px; font-weight: bold; font-size: 15px; } +.operation .params h4 { float: left; line-height: 20px; text-align: right; padding-right: 2 0px; width: 150px; font-weight: bold; font-size: 15px; } .operation .params small { display: block; text-transform: uppercase; color: #E67E22; font-size: 11px; font-weight: normal; margin-top: 5px; }