mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Move all CSS into SCSS files for consistency and ease of colour maintenance etc. Fixes #2927
This commit is contained in:
committed by
Dave Page
parent
61f00a0cbb
commit
82c9cca683
@@ -23,12 +23,6 @@
|
||||
padding-bottom: 50px /* Offset the nav bar to ensure there's enough scroll space */
|
||||
}
|
||||
|
||||
.browser-tab-bar {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
background-color: #E6E6E6;
|
||||
}
|
||||
|
||||
.browser-tab-panes {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -50,19 +44,6 @@
|
||||
display: table !important;
|
||||
}
|
||||
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp,
|
||||
.CodeMirror pre {
|
||||
font-family: 'Source Code Pro';
|
||||
}
|
||||
|
||||
.sql-editor-grid-container {
|
||||
font-family: 'Open Sans' !important;
|
||||
}
|
||||
|
||||
.pg-login-icon {
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -70,3 +51,12 @@ samp,
|
||||
.CodeMirror {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#pg-spinner .pg-sp-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 40%;
|
||||
}
|
||||
.pgadmin_header_logo {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@@ -3,19 +3,6 @@
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.wizard-header {
|
||||
padding: 6px 10px!important;
|
||||
min-height: 35px;
|
||||
max-height: 35px;
|
||||
border-bottom: 2px solid darkgray;
|
||||
background-color: #2C76B4;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.wizard-header h3 {
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
@@ -70,19 +57,6 @@
|
||||
}
|
||||
|
||||
/* Wizard Footer CSS */
|
||||
.pgadmin-wizard .footer {
|
||||
background-color: #D2D2D2;
|
||||
border-width: 2px 0px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: rgb(85, 85, 85);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pgadmin-wizard .footer .row {
|
||||
margin: 0 -6px 3px -6px;
|
||||
}
|
||||
@@ -137,17 +111,6 @@ div.wizard-header.wizard-badge > div > div.col-sm-2 > button.ajs-maximized.ajs-m
|
||||
padding: 1.0em 0.1em;
|
||||
}
|
||||
|
||||
/* Error message css */
|
||||
.pgadmin-wizard .error_msg_div {
|
||||
background: #fff;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.pgadmin-wizard .error_msg_div p {
|
||||
background: #fff;
|
||||
color: #b92c28;
|
||||
}
|
||||
|
||||
/* In wizard select2 dropdown doesn't
|
||||
* popup because z-index of alertify
|
||||
* wizard is greater than the z-index
|
||||
|
||||
Reference in New Issue
Block a user