mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-07-16 08:26:40 +00:00
fixed sass file spacing issue cases by recent libsass changes
This commit is contained in:
parent
3c8c330656
commit
b8dba17684
@ -10,7 +10,7 @@
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top: 1px solid #eceeef;
|
border-top: 1px solid #eceeef;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color:#2b303b;
|
color: 2b303b;
|
||||||
.card-header
|
.card-header
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
border-bottom: 1px solid #EEE;
|
border-bottom: 1px solid #EEE;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
li
|
li
|
||||||
line-height:25px;
|
line-height: 5px;
|
||||||
a
|
a
|
||||||
color: #2b303b;
|
color: #2b303b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -68,7 +68,7 @@
|
|||||||
color: #E67E22;
|
color: #E67E22;
|
||||||
border-color: #E67E22;
|
border-color: #E67E22;
|
||||||
[data-method="DELETE"]:before
|
[data-method="DELETE"]:before
|
||||||
color:#E74C3C;
|
color: E74C3C;
|
||||||
border-color: #E74C3C;
|
border-color: #E74C3C;
|
||||||
|
|
||||||
.operation
|
.operation
|
||||||
@ -150,7 +150,7 @@
|
|||||||
&> div
|
&> div
|
||||||
min-width: 50%;
|
min-width: 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
width:50%;
|
width: 0%;
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
h2
|
h2
|
||||||
color: #2b303b;
|
color: #2b303b;
|
||||||
|
@ -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 { 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; }
|
.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 { 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; }
|
.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="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; }
|
.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 { 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; }
|
.operation h2 { color: #2b303b; font-size: 21px; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user