mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Remove unused, commented css
This commit is contained in:
parent
b2daee3c8d
commit
698a01d378
4 changed files with 3 additions and 227 deletions
|
@ -1,26 +1,3 @@
|
||||||
// .community-snippet {
|
|
||||||
// .lead {
|
|
||||||
// font-size: 1.7em;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// aside {
|
|
||||||
// background-color: $color_alabaster_approx;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// hr {
|
|
||||||
// max-width: 750px;
|
|
||||||
// margin: 0 auto;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// a {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
//
|
|
||||||
// &:hover > div {
|
|
||||||
// background-color: $color_gallery_approx;
|
|
||||||
// border-radius: 15px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
.community-snippet {
|
.community-snippet {
|
||||||
p{
|
p{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -32,6 +9,7 @@
|
||||||
color: $white !important;
|
color: $white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-snippet .ui.mobile.only{
|
.community-snippet .ui.mobile.only{
|
||||||
p{
|
p{
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
|
@ -40,52 +18,23 @@
|
||||||
padding: 5px 0 25px 0;
|
padding: 5px 0 25px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-snippet .ui.divider {
|
.community-snippet .ui.divider {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
margin: 0 14%;
|
margin: 0 14%;
|
||||||
border-top: solid !important;
|
border-top: solid !important;
|
||||||
// border-top: $primary 3px solid !important;
|
|
||||||
// margin: 0 25%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-snippet .ui.basic.segment {
|
.community-snippet .ui.basic.segment {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
// .community-snippet .ui.button {
|
|
||||||
// color: $white !important;
|
|
||||||
// background-color: $secondary !important;
|
|
||||||
// box-shadow: 0 0 0 -1px;
|
|
||||||
// margin: 5px;
|
|
||||||
// &:hover {
|
|
||||||
// background-color: $fill_dark !important;
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.community-hub .ui.button{
|
.community-hub .ui.button{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 92px;
|
border-radius: 92px;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// a {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
//
|
|
||||||
// &:hover {
|
|
||||||
// text-decoration: none;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &:hover > div {
|
|
||||||
// background-color: $color_gallery_approx !important;
|
|
||||||
// border-radius: 35px !important;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// padding-bottom: 20px;
|
|
||||||
// font-size: 1rem;
|
|
||||||
.twitch.icon {
|
.twitch.icon {
|
||||||
color: #4b367c;
|
color: #4b367c;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,39 +48,6 @@ body > .content, .pusher > .content {
|
||||||
background-color: $background_main;
|
background-color: $background_main;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .page-divider {
|
|
||||||
// display: block;
|
|
||||||
// width: 100%;
|
|
||||||
// margin-left: auto;
|
|
||||||
// margin-right: auto;
|
|
||||||
// border-top: 0;
|
|
||||||
// border-bottom: 1px solid $color_alto_approx;
|
|
||||||
//
|
|
||||||
// .one {
|
|
||||||
// position: relative;
|
|
||||||
// top: 25px;
|
|
||||||
// display: block;
|
|
||||||
// background: $color_alto_approx;
|
|
||||||
// width: 18px;
|
|
||||||
// height: 18px;
|
|
||||||
// margin-left: auto;
|
|
||||||
// margin-right: auto;
|
|
||||||
// border-radius: 50%;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .two {
|
|
||||||
// position: relative;
|
|
||||||
// top: 8px;
|
|
||||||
// display: block;
|
|
||||||
// background: $white;
|
|
||||||
// width: 16px;
|
|
||||||
// height: 16px;
|
|
||||||
// margin-left: auto;
|
|
||||||
// margin-right: auto;
|
|
||||||
// border-radius: 50%;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.padding-top-10 { padding-top: 10px; }
|
.padding-top-10 { padding-top: 10px; }
|
||||||
.padding-top-20 { padding-top: 20px; }
|
.padding-top-20 { padding-top: 20px; }
|
||||||
.padding-top-40 { padding-top: 40px; }
|
.padding-top-40 { padding-top: 40px; }
|
||||||
|
|
|
@ -42,112 +42,3 @@
|
||||||
#menubar-computer.deactivated {
|
#menubar-computer.deactivated {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .header-content {
|
|
||||||
// top: 35% !important;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .header-text {
|
|
||||||
// font-size: 55px;
|
|
||||||
// text-transform: none !important;
|
|
||||||
// color: $white;
|
|
||||||
// padding-bottom: 20px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .header-button {
|
|
||||||
// color: $white;
|
|
||||||
// background-color: transparent;
|
|
||||||
// border: 2px solid $white;
|
|
||||||
//
|
|
||||||
// &:hover {
|
|
||||||
// background-color: $primary;
|
|
||||||
// color: $white;
|
|
||||||
// border: 2px solid $primary;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .navbar-static {
|
|
||||||
// background-color: $white;
|
|
||||||
// margin-bottom: 0;
|
|
||||||
// border-radius: 0;
|
|
||||||
// border-bottom: 2px solid $primary;
|
|
||||||
//
|
|
||||||
// .nav > li > a {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
// &:focus {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &:hover {
|
|
||||||
// color: $primary;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .logo-sitename {
|
|
||||||
// display: inline-block;
|
|
||||||
// padding: 7px;
|
|
||||||
// padding-left: 16px;
|
|
||||||
// height: 100%;
|
|
||||||
//
|
|
||||||
// &:hover {
|
|
||||||
// text-decoration: none;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// > h3 {
|
|
||||||
// display: inline;
|
|
||||||
// vertical-align: middle;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// img {
|
|
||||||
// max-height: 35px;
|
|
||||||
// margin-top: 0.75em;
|
|
||||||
// padding-right: 1em;
|
|
||||||
// vertical-align: middle;
|
|
||||||
// border: 0;
|
|
||||||
// margin: 0;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media(min-width: 768px) {
|
|
||||||
// ul.nav li.dropdown:hover > ul.dropdown-menu {
|
|
||||||
// display: block;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .our-values-dropdown {
|
|
||||||
// background-color: #ffffffce;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .dropdown .nav > li > a {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
// &:focus {
|
|
||||||
// color: $color_mine_shaft_approx;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// &:hover {
|
|
||||||
// color: $primary;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// header {
|
|
||||||
// .cover-footer {
|
|
||||||
// width: 100%;
|
|
||||||
// height: 50px;
|
|
||||||
// position: absolute;
|
|
||||||
// bottom: 35px;
|
|
||||||
// padding: 0 35px;
|
|
||||||
//
|
|
||||||
// .btn {
|
|
||||||
// float: right;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// i {
|
|
||||||
// color: #fff0;
|
|
||||||
//
|
|
||||||
// @media(min-width: 768px) {
|
|
||||||
// color: inherit;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
|
@ -32,34 +32,3 @@
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// #features {
|
|
||||||
// padding-top: 0px;
|
|
||||||
//
|
|
||||||
// p {
|
|
||||||
// padding-top: 5px;
|
|
||||||
// padding-bottom: 5px;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// #vision-mission {
|
|
||||||
// padding-bottom: 30px;
|
|
||||||
// padding-top: 60px;
|
|
||||||
//
|
|
||||||
// @media(min-width: 768px) {
|
|
||||||
// .row.vertical-align {
|
|
||||||
// &:last-child {
|
|
||||||
// margin-left: 110px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media(min-width: 990px) {
|
|
||||||
// div:first-child {
|
|
||||||
// padding: 0;
|
|
||||||
// }
|
|
||||||
// div:last-child {
|
|
||||||
// padding-left: 0;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue