mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-28 18:18:48 +00:00
remove spaces
This commit is contained in:
@@ -1,40 +1,44 @@
|
||||
html {
|
||||
height: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
height: 100%;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
body, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
|
||||
line-height: 1.5;
|
||||
font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
body {
|
||||
font-size: 14px;
|
||||
color: #72777a;
|
||||
letter-spacing: 0.2px;
|
||||
font-weight: 400;
|
||||
padding:0;
|
||||
margin:0;
|
||||
height: 100%;
|
||||
background-color: #f9fafb !important;
|
||||
font-size: 14px;
|
||||
color: #72777a;
|
||||
letter-spacing: 0.2px;
|
||||
font-weight: 400;
|
||||
padding:0;
|
||||
margin:0;
|
||||
height: 100%;
|
||||
background-color: #f9fafb !important;
|
||||
}
|
||||
img.logo {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.bigblock {
|
||||
background-color: #fff !important;
|
||||
border-radius: 3px !important;
|
||||
border: 1px solid rgba(0, 0, 0, 0.0625) !important;
|
||||
padding: 20px !important;
|
||||
width: 100%;
|
||||
background-color: #fff !important;
|
||||
border-radius: 3px !important;
|
||||
border: 1px solid rgba(0, 0, 0, 0.0625) !important;
|
||||
padding: 20px !important;
|
||||
width: 100%;
|
||||
}
|
||||
.sectiontitle {
|
||||
padding-top:20px;
|
||||
text-decoration:underline;
|
||||
}
|
||||
div.bigblock table {
|
||||
color: #72777a;
|
||||
color: #72777a;
|
||||
}
|
||||
.table thead {
|
||||
background-color: #F1F8FF;
|
||||
@@ -43,96 +47,96 @@ div.bigblock table {
|
||||
background-color: #f9fafb !important;
|
||||
}
|
||||
h4 {
|
||||
color: #313435!important;
|
||||
margin-bottom: 20px!important;
|
||||
letter-spacing: .5px;
|
||||
font-size: 1.3125rem;
|
||||
color: #313435!important;
|
||||
margin-bottom: 20px!important;
|
||||
letter-spacing: .5px;
|
||||
font-size: 1.3125rem;
|
||||
}
|
||||
.peer {
|
||||
display: block;
|
||||
height: auto;
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
display: block;
|
||||
height: auto;
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.peers {
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-box!important;
|
||||
display: -ms-flexbox!important;
|
||||
display: flex!important;
|
||||
-webkit-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-flow: row wrap;
|
||||
flex-flow: row wrap;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
display: -webkit-box!important;
|
||||
display: -ms-flexbox!important;
|
||||
display: flex!important;
|
||||
-webkit-box-align: start;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-flow: row wrap;
|
||||
flex-flow: row wrap;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.jc-sb {
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.ai-c {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.fxw-nw {
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #2196f3;
|
||||
border-color: #2196f3;
|
||||
color: #fff;
|
||||
background-color: #2196f3;
|
||||
border-color: #2196f3;
|
||||
}
|
||||
.btn {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border: 1px solid transparent;
|
||||
padding: 6px 12px;
|
||||
padding: .375rem .75rem;
|
||||
font-size: 14px;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .25rem;
|
||||
-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
-o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border: 1px solid transparent;
|
||||
padding: 6px 12px;
|
||||
padding: .375rem .75rem;
|
||||
font-size: 14px;
|
||||
font-size: .875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: .25rem;
|
||||
-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
-o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
||||
transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
||||
}
|
||||
.pY-100 {
|
||||
padding-top: 100px!important;
|
||||
padding-bottom: 100px!important;
|
||||
padding-top: 100px!important;
|
||||
padding-bottom: 100px!important;
|
||||
}
|
||||
.shortstring {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 130px;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
max-width: 130px;
|
||||
}
|
||||
.bigblock .jsoneditor {
|
||||
border: none;
|
||||
border: none;
|
||||
}
|
||||
.container .bigblock .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
|
||||
font-size: 14px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user