132 lines
2.0 KiB
Plaintext
132 lines
2.0 KiB
Plaintext
#top {
|
|
background: $boost;
|
|
padding: 1 2 0 2;
|
|
#title {
|
|
height: 100%;
|
|
content-align: left middle;
|
|
width: auto;
|
|
|
|
link-style: none;
|
|
link-style-hover: underline;
|
|
link-background-hover: transparent;
|
|
}
|
|
|
|
|
|
|
|
#buttons {
|
|
layout: horizontal;
|
|
Button {
|
|
margin-left: 1;
|
|
}
|
|
}
|
|
|
|
Tabs {
|
|
width: 100%;
|
|
}
|
|
margin-bottom: 1;
|
|
}
|
|
|
|
#repo-info {
|
|
width: 45;
|
|
padding: 0 1;
|
|
#search-query {
|
|
width: 1fr;
|
|
}
|
|
#search-btn {
|
|
max-width: 5;
|
|
}
|
|
}
|
|
|
|
#files {
|
|
min-height: 4;
|
|
background: red 50%;
|
|
margin-left: 1;
|
|
border: tall $surface;
|
|
background: $background;
|
|
& > .datatable--header {
|
|
background: $surface;
|
|
}
|
|
|
|
link-style-hover: underline;
|
|
link-color-hover: $primary;
|
|
link-background-hover: transparent;
|
|
|
|
}
|
|
|
|
#description {
|
|
margin-left: 1;
|
|
}
|
|
|
|
#branch-info {
|
|
padding: 0 1;
|
|
background: $surface-darken-1;
|
|
border: tall $surface;
|
|
margin-bottom: 1;
|
|
Static {
|
|
width: 1fr;
|
|
text-align: center;
|
|
link-style: bold;
|
|
link-style-hover: underline bold;
|
|
link-background-hover: transparent;
|
|
pointer: pointer;
|
|
}
|
|
}
|
|
|
|
#branch-options {
|
|
margin-bottom: 1;
|
|
|
|
#new-pull-request {
|
|
max-width: 4;
|
|
}
|
|
|
|
Select {
|
|
width: 16;
|
|
margin-right: 1;
|
|
}
|
|
|
|
Button {
|
|
max-width: 16;
|
|
margin-right: 1;
|
|
}
|
|
}
|
|
|
|
LoadingIndicator {
|
|
height: 1;
|
|
}
|
|
|
|
#readme {
|
|
border: panel $surface;
|
|
margin: 1 0 0 1;
|
|
}
|
|
|
|
#file-screen {
|
|
#file-commit {
|
|
Static {
|
|
width: auto;
|
|
}
|
|
|
|
padding: 0 1;
|
|
margin-bottom: 1;
|
|
border: tall $surface;
|
|
}
|
|
|
|
#file-info {
|
|
Static {
|
|
width: auto;
|
|
height: 3;
|
|
content-align: center middle;
|
|
}
|
|
|
|
Button {
|
|
max-width: 5;
|
|
}
|
|
|
|
Right {
|
|
layout: horizontal;
|
|
}
|
|
|
|
padding: 0 1;
|
|
margin: 0 1 1 1;
|
|
background: $surface;
|
|
}
|
|
} |