Apply Prettier to stylesheet

pull/8/head
parent f536633241
commit 722229fe55
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -1,143 +1,141 @@
$web-font-path: "/fonts/nunito-sans/index.css";
$web-font-path: "/fonts/nunito-sans/index.css";
@import "bootstrap/functions";
@import "bootswatch/lux/variables";
@import "bootstrap/bootstrap";
@import "bootswatch/lux/bootswatch";
@import "bootstrap/functions";
@import "bootswatch/lux/variables";
@import "bootstrap/bootstrap";
@import "bootswatch/lux/bootswatch";
.blurred-container {
position: relative;
width: 100%;
min-height: 35vh;
height: 350px;
top: 0;
left: 0;
}
.blurred-container .motto {
color: #fff;
font-size: 76px;
font-weight: 600;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
text-transform: uppercase;
top: 7.5vh;
z-index: 3;
display: block;
margin: 0 auto;
position: relative;
width: 60%;
height: 0;
}
position: relative;
width: 100%;
min-height: 35vh;
height: 350px;
top: 0;
left: 0;
}
.motto h1 {
background: #0000007d;
-webkit-text-stroke: 0.3px $gray-100;
}
.blurred-container .motto {
color: #fff;
font-size: 76px;
font-weight: 600;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
text-transform: uppercase;
top: 7.5vh;
z-index: 3;
display: block;
margin: 0 auto;
position: relative;
width: 60%;
height: 0;
}
.blurred-container .img-src {
position: fixed;
width: 100%;
min-height: 35vh;
height: 72ex;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.motto h1 {
background: #0000007d;
-webkit-text-stroke: 0.3px $gray-100;
}
.blur {
opacity: 0;
}
.blurred-container .img-src {
position: fixed;
width: 100%;
min-height: 35vh;
height: 72ex;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.list-main {
position: relative;
background-color: #fff;
padding-bottom: calc(1rem + 95px);
padding-top: 1rem;
}
.blur {
opacity: 0;
}
.footer-contents {
position: relative;
background-color: $gray-200;
}
.list-main {
position: relative;
background-color: #fff;
padding-bottom: calc(1rem + 95px);
padding-top: 1rem;
}
/* Gives me greater control over fonts */
.font-serif {
font-family: Georgia, "Times New Roman", Times, serif;
}
.footer-contents {
position: relative;
background-color: $gray-200;
}
.font-sans {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Gives me greater control over fonts */
.font-serif {
font-family: Georgia, "Times New Roman", Times, serif;
}
.font-mono {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.font-sans {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-small-caps {
font-variant-caps: small-caps;
}
.font-mono {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.strikethrough {
text-decoration: line-through;
}
.font-small-caps {
font-variant-caps: small-caps;
}
.sfTable {
margin: 0 auto;
}
.strikethrough {
text-decoration: line-through;
}
.text-align-left {
text-align: left;
}
.sfTable {
margin: 0 auto;
}
.text-align-right {
text-align: right;
}
.text-align-left {
text-align: left;
}
.float-left {
float: left;
}
.text-align-right {
text-align: right;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.media-object {
max-height: 100%;
max-width: 100%;
}
.float-right {
float: right;
}
@media (min-width: 768px) {
.pull-left {
max-width: 25%;
}
.media-object {
max-height: 100%;
max-width: 100%;
}
.w-md-50 {
width: 50%;
}
@media (min-width: 768px) {
.pull-left {
max-width: 25%;
}
h1 small {
font-size: 60%;
color: #9a9a9a;
font-weight: 300;
line-height: 1.5;
.w-md-50 {
width: 50%;
}
}
h1 {
font-weight: 400;
margin: 30px 0 15px;
}
h1 small {
font-size: 60%;
color: #9a9a9a;
font-weight: 300;
line-height: 1.5;
}
.dogear {
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}
h1 {
font-weight: 400;
margin: 30px 0 15px;
}
.fa-stack-top {
vertical-align: top;
}
.dogear {
clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}
.fa-stack-top {
vertical-align: top;
}
.table-condensed th {
padding: 0.5rem;

Loading…
Cancel
Save