fix: prettify css
This commit is contained in:
committed by
mrugesh
parent
b8593326b0
commit
04382bc475
@@ -14,12 +14,12 @@
|
||||
|
||||
.footer a:not([class*='inline']) {
|
||||
display: block;
|
||||
padding-left: 5px
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
outline-offset: 1px;
|
||||
outline: 1px dashed #A0A0A0;
|
||||
outline: 1px dashed #a0a0a0;
|
||||
background-color: #ffbe41;
|
||||
}
|
||||
|
||||
@@ -35,5 +35,5 @@
|
||||
.night .footer a:hover {
|
||||
color: #606f7b;
|
||||
outline-offset: 1px;
|
||||
outline: 1px dashed #A0A0A0;
|
||||
outline: 1px dashed #a0a0a0;
|
||||
}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
#top-nav .menu-button {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
|
@@ -29,8 +29,9 @@ h6 {
|
||||
color: #006400;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: none;
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.fcc-modal {
|
||||
@@ -42,4 +43,4 @@ a:hover, a:focus {
|
||||
color: #fff;
|
||||
font-size: 28px;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
@@ -471,7 +471,12 @@ hr {
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
margin-bottom: calc(1.45rem - 1px);
|
||||
background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
|
||||
background-image: linear-gradient(
|
||||
to right,
|
||||
rgba(0, 0, 0, 0),
|
||||
rgba(0, 0, 0, 0.75),
|
||||
rgba(0, 0, 0, 0)
|
||||
);
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
@@ -582,7 +587,7 @@ code {
|
||||
border-radius: 3px;
|
||||
font-family: 'SFMono-Regular', Consolas, 'Roboto Mono', 'Droid Sans Mono',
|
||||
'Liberation Mono', Menlo, Courier, monospace;
|
||||
padding: .2em .3em;
|
||||
padding: 0.2em 0.3em;
|
||||
}
|
||||
pre code {
|
||||
background: none;
|
||||
|
@@ -5,4 +5,4 @@
|
||||
.portfolio-screen-shot {
|
||||
width: 150px;
|
||||
min-width: 150px;
|
||||
}
|
||||
}
|
||||
|
@@ -12,11 +12,11 @@
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.table>thead>tr>th,
|
||||
.table>tbody>tr>th,
|
||||
.table>tfoot>tr>th,
|
||||
.table>thead>tr>td,
|
||||
.table>tbody>tr>td,
|
||||
.table>tfoot>tr>td {
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
.table > tfoot > tr > th,
|
||||
.table > thead > tr > td,
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
border: none;
|
||||
}
|
||||
|
@@ -4,7 +4,8 @@
|
||||
border-color: #ad1601;
|
||||
}
|
||||
|
||||
.btn-danger:hover, .btn-danger:focus {
|
||||
.btn-danger:hover,
|
||||
.btn-danger:focus {
|
||||
background-color: #ad1601;
|
||||
}
|
||||
.danger-zone .panel-heading {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.btn-delete-portfolio {
|
||||
background-color: #fff;
|
||||
color: #f11e00
|
||||
}
|
||||
color: #f11e00;
|
||||
}
|
||||
|
@@ -1,3 +1,4 @@
|
||||
.solution-viewer, .solution-viewer pre {
|
||||
.solution-viewer,
|
||||
.solution-viewer pre {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@
|
||||
|
||||
.toggle-setting-container .form-group label {
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user