Remove unused CSS

This commit is contained in:
Pēteris Caune 2020-12-08 11:25:09 +02:00
parent ea6d04d061
commit 70ef9c1904
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
5 changed files with 0 additions and 54 deletions

View File

@ -56,10 +56,6 @@ body {
font-weight: bold;
}
.navbar-text {
font-size: small;
}
#nav-sign-up {
padding: 21px 0 21px 15px;
}

View File

@ -43,14 +43,6 @@ table.channels-table > tbody > tr > th {
border-top: 0;
}
.preposition, .description {
color: #888;
}
.channel-disabled {
font-size: small;
}
.edit-name, .edit-checks {
padding: 12px 6px;
border: 1px solid transparent;
@ -100,11 +92,6 @@ table.channels-table > tbody > tr > th {
visibility: visible;
}
.webhook-details td {
max-width: 300px;
}
.ai-title {
margin-top: 2em;
}
@ -233,10 +220,6 @@ table.channels-table > tbody > tr > th {
border: 6px solid #EEE;
}
.variable-column {
width: 160px;
}
.add-integration li.link-to-github {
padding: 16px 0;
}
@ -249,25 +232,6 @@ table.channels-table > tbody > tr > th {
font-size: 16px;
}
.channel-details table {
width: 100%;
}
.channel-details td, .channel-details th {
padding: 15px;
border-bottom: 1px solid #eee;
}
.channel-details tr:last-child td, .channel-details tr:last-child th {
border-bottom: 0;
}
.channel-details .missing {
color: #999;
font-style: italic;
}
.channel-modal .modal-body {
padding: 15px 40px;
}

View File

@ -22,11 +22,6 @@ li + li.nav-header {
font-weight: bold;
}
.curl-opts th {
white-space: nowrap;
font-family: monospace;
}
h2.rule {
border-top: 3px solid #eee;
margin-top: 30px;

View File

@ -7,11 +7,6 @@
font-size: 13px;
}
#log th {
border-top: 0;
border-bottom: 1px solid #E5E5E5;
}
#log td {
color: #444;
position: relative;

View File

@ -4,10 +4,6 @@
font-size: 28px;
}
#subscription-status form {
display: inline-block;
}
.panel.plan h1 {
font-size: 24px;
font-weight: bold;