Last active
August 31, 2018 14:30
-
-
Save luislobo14rap/70a62172368b143cede79873e8df20b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* bs4-paddings.css v1 */ | |
.p-0 { | |
padding: 0 !important; | |
} | |
.pt-0, | |
.py-0 { | |
padding-top: 0 !important; | |
} | |
.pr-0, | |
.px-0 { | |
padding-right: 0 !important; | |
} | |
.pb-0, | |
.py-0 { | |
padding-bottom: 0 !important; | |
} | |
.pl-0, | |
.px-0 { | |
padding-left: 0 !important; | |
} | |
.p-1 { | |
padding: 0.25rem !important; | |
} | |
.pt-1, | |
.py-1 { | |
padding-top: 0.25rem !important; | |
} | |
.pr-1, | |
.px-1 { | |
padding-right: 0.25rem !important; | |
} | |
.pb-1, | |
.py-1 { | |
padding-bottom: 0.25rem !important; | |
} | |
.pl-1, | |
.px-1 { | |
padding-left: 0.25rem !important; | |
} | |
.p-2 { | |
padding: 0.5rem !important; | |
} | |
.pt-2, | |
.py-2 { | |
padding-top: 0.5rem !important; | |
} | |
.pr-2, | |
.px-2 { | |
padding-right: 0.5rem !important; | |
} | |
.pb-2, | |
.py-2 { | |
padding-bottom: 0.5rem !important; | |
} | |
.pl-2, | |
.px-2 { | |
padding-left: 0.5rem !important; | |
} | |
.p-3 { | |
padding: 1rem !important; | |
} | |
.pt-3, | |
.py-3 { | |
padding-top: 1rem !important; | |
} | |
.pr-3, | |
.px-3 { | |
padding-right: 1rem !important; | |
} | |
.pb-3, | |
.py-3 { | |
padding-bottom: 1rem !important; | |
} | |
.pl-3, | |
.px-3 { | |
padding-left: 1rem !important; | |
} | |
.p-4 { | |
padding: 1.5rem !important; | |
} | |
.pt-4, | |
.py-4 { | |
padding-top: 1.5rem !important; | |
} | |
.pr-4, | |
.px-4 { | |
padding-right: 1.5rem !important; | |
} | |
.pb-4, | |
.py-4 { | |
padding-bottom: 1.5rem !important; | |
} | |
.pl-4, | |
.px-4 { | |
padding-left: 1.5rem !important; | |
} | |
.p-5 { | |
padding: 3rem !important; | |
} | |
.pt-5, | |
.py-5 { | |
padding-top: 3rem !important; | |
} | |
.pr-5, | |
.px-5 { | |
padding-right: 3rem !important; | |
} | |
.pb-5, | |
.py-5 { | |
padding-bottom: 3rem !important; | |
} | |
.pl-5, | |
.px-5 { | |
padding-left: 3rem !important; | |
} | |
@media (min-width: 576px) { | |
.p-sm-0 { | |
padding: 0 !important; | |
} | |
.pt-sm-0, | |
.py-sm-0 { | |
padding-top: 0 !important; | |
} | |
.pr-sm-0, | |
.px-sm-0 { | |
padding-right: 0 !important; | |
} | |
.pb-sm-0, | |
.py-sm-0 { | |
padding-bottom: 0 !important; | |
} | |
.pl-sm-0, | |
.px-sm-0 { | |
padding-left: 0 !important; | |
} | |
.p-sm-1 { | |
padding: 0.25rem !important; | |
} | |
.pt-sm-1, | |
.py-sm-1 { | |
padding-top: 0.25rem !important; | |
} | |
.pr-sm-1, | |
.px-sm-1 { | |
padding-right: 0.25rem !important; | |
} | |
.pb-sm-1, | |
.py-sm-1 { | |
padding-bottom: 0.25rem !important; | |
} | |
.pl-sm-1, | |
.px-sm-1 { | |
padding-left: 0.25rem !important; | |
} | |
.p-sm-2 { | |
padding: 0.5rem !important; | |
} | |
.pt-sm-2, | |
.py-sm-2 { | |
padding-top: 0.5rem !important; | |
} | |
.pr-sm-2, | |
.px-sm-2 { | |
padding-right: 0.5rem !important; | |
} | |
.pb-sm-2, | |
.py-sm-2 { | |
padding-bottom: 0.5rem !important; | |
} | |
.pl-sm-2, | |
.px-sm-2 { | |
padding-left: 0.5rem !important; | |
} | |
.p-sm-3 { | |
padding: 1rem !important; | |
} | |
.pt-sm-3, | |
.py-sm-3 { | |
padding-top: 1rem !important; | |
} | |
.pr-sm-3, | |
.px-sm-3 { | |
padding-right: 1rem !important; | |
} | |
.pb-sm-3, | |
.py-sm-3 { | |
padding-bottom: 1rem !important; | |
} | |
.pl-sm-3, | |
.px-sm-3 { | |
padding-left: 1rem !important; | |
} | |
.p-sm-4 { | |
padding: 1.5rem !important; | |
} | |
.pt-sm-4, | |
.py-sm-4 { | |
padding-top: 1.5rem !important; | |
} | |
.pr-sm-4, | |
.px-sm-4 { | |
padding-right: 1.5rem !important; | |
} | |
.pb-sm-4, | |
.py-sm-4 { | |
padding-bottom: 1.5rem !important; | |
} | |
.pl-sm-4, | |
.px-sm-4 { | |
padding-left: 1.5rem !important; | |
} | |
.p-sm-5 { | |
padding: 3rem !important; | |
} | |
.pt-sm-5, | |
.py-sm-5 { | |
padding-top: 3rem !important; | |
} | |
.pr-sm-5, | |
.px-sm-5 { | |
padding-right: 3rem !important; | |
} | |
.pb-sm-5, | |
.py-sm-5 { | |
padding-bottom: 3rem !important; | |
} | |
.pl-sm-5, | |
.px-sm-5 { | |
padding-left: 3rem !important; | |
} | |
} | |
@media (min-width: 768px) { | |
.p-md-0 { | |
padding: 0 !important; | |
} | |
.pt-md-0, | |
.py-md-0 { | |
padding-top: 0 !important; | |
} | |
.pr-md-0, | |
.px-md-0 { | |
padding-right: 0 !important; | |
} | |
.pb-md-0, | |
.py-md-0 { | |
padding-bottom: 0 !important; | |
} | |
.pl-md-0, | |
.px-md-0 { | |
padding-left: 0 !important; | |
} | |
.p-md-1 { | |
padding: 0.25rem !important; | |
} | |
.pt-md-1, | |
.py-md-1 { | |
padding-top: 0.25rem !important; | |
} | |
.pr-md-1, | |
.px-md-1 { | |
padding-right: 0.25rem !important; | |
} | |
.pb-md-1, | |
.py-md-1 { | |
padding-bottom: 0.25rem !important; | |
} | |
.pl-md-1, | |
.px-md-1 { | |
padding-left: 0.25rem !important; | |
} | |
.p-md-2 { | |
padding: 0.5rem !important; | |
} | |
.pt-md-2, | |
.py-md-2 { | |
padding-top: 0.5rem !important; | |
} | |
.pr-md-2, | |
.px-md-2 { | |
padding-right: 0.5rem !important; | |
} | |
.pb-md-2, | |
.py-md-2 { | |
padding-bottom: 0.5rem !important; | |
} | |
.pl-md-2, | |
.px-md-2 { | |
padding-left: 0.5rem !important; | |
} | |
.p-md-3 { | |
padding: 1rem !important; | |
} | |
.pt-md-3, | |
.py-md-3 { | |
padding-top: 1rem !important; | |
} | |
.pr-md-3, | |
.px-md-3 { | |
padding-right: 1rem !important; | |
} | |
.pb-md-3, | |
.py-md-3 { | |
padding-bottom: 1rem !important; | |
} | |
.pl-md-3, | |
.px-md-3 { | |
padding-left: 1rem !important; | |
} | |
.p-md-4 { | |
padding: 1.5rem !important; | |
} | |
.pt-md-4, | |
.py-md-4 { | |
padding-top: 1.5rem !important; | |
} | |
.pr-md-4, | |
.px-md-4 { | |
padding-right: 1.5rem !important; | |
} | |
.pb-md-4, | |
.py-md-4 { | |
padding-bottom: 1.5rem !important; | |
} | |
.pl-md-4, | |
.px-md-4 { | |
padding-left: 1.5rem !important; | |
} | |
.p-md-5 { | |
padding: 3rem !important; | |
} | |
.pt-md-5, | |
.py-md-5 { | |
padding-top: 3rem !important; | |
} | |
.pr-md-5, | |
.px-md-5 { | |
padding-right: 3rem !important; | |
} | |
.pb-md-5, | |
.py-md-5 { | |
padding-bottom: 3rem !important; | |
} | |
.pl-md-5, | |
.px-md-5 { | |
padding-left: 3rem !important; | |
} | |
} | |
@media (min-width: 992px) { | |
.p-lg-0 { | |
padding: 0 !important; | |
} | |
.pt-lg-0, | |
.py-lg-0 { | |
padding-top: 0 !important; | |
} | |
.pr-lg-0, | |
.px-lg-0 { | |
padding-right: 0 !important; | |
} | |
.pb-lg-0, | |
.py-lg-0 { | |
padding-bottom: 0 !important; | |
} | |
.pl-lg-0, | |
.px-lg-0 { | |
padding-left: 0 !important; | |
} | |
.p-lg-1 { | |
padding: 0.25rem !important; | |
} | |
.pt-lg-1, | |
.py-lg-1 { | |
padding-top: 0.25rem !important; | |
} | |
.pr-lg-1, | |
.px-lg-1 { | |
padding-right: 0.25rem !important; | |
} | |
.pb-lg-1, | |
.py-lg-1 { | |
padding-bottom: 0.25rem !important; | |
} | |
.pl-lg-1, | |
.px-lg-1 { | |
padding-left: 0.25rem !important; | |
} | |
.p-lg-2 { | |
padding: 0.5rem !important; | |
} | |
.pt-lg-2, | |
.py-lg-2 { | |
padding-top: 0.5rem !important; | |
} | |
.pr-lg-2, | |
.px-lg-2 { | |
padding-right: 0.5rem !important; | |
} | |
.pb-lg-2, | |
.py-lg-2 { | |
padding-bottom: 0.5rem !important; | |
} | |
.pl-lg-2, | |
.px-lg-2 { | |
padding-left: 0.5rem !important; | |
} | |
.p-lg-3 { | |
padding: 1rem !important; | |
} | |
.pt-lg-3, | |
.py-lg-3 { | |
padding-top: 1rem !important; | |
} | |
.pr-lg-3, | |
.px-lg-3 { | |
padding-right: 1rem !important; | |
} | |
.pb-lg-3, | |
.py-lg-3 { | |
padding-bottom: 1rem !important; | |
} | |
.pl-lg-3, | |
.px-lg-3 { | |
padding-left: 1rem !important; | |
} | |
.p-lg-4 { | |
padding: 1.5rem !important; | |
} | |
.pt-lg-4, | |
.py-lg-4 { | |
padding-top: 1.5rem !important; | |
} | |
.pr-lg-4, | |
.px-lg-4 { | |
padding-right: 1.5rem !important; | |
} | |
.pb-lg-4, | |
.py-lg-4 { | |
padding-bottom: 1.5rem !important; | |
} | |
.pl-lg-4, | |
.px-lg-4 { | |
padding-left: 1.5rem !important; | |
} | |
.p-lg-5 { | |
padding: 3rem !important; | |
} | |
.pt-lg-5, | |
.py-lg-5 { | |
padding-top: 3rem !important; | |
} | |
.pr-lg-5, | |
.px-lg-5 { | |
padding-right: 3rem !important; | |
} | |
.pb-lg-5, | |
.py-lg-5 { | |
padding-bottom: 3rem !important; | |
} | |
.pl-lg-5, | |
.px-lg-5 { | |
padding-left: 3rem !important; | |
} | |
} | |
@media (min-width: 1200px) { | |
.p-xl-0 { | |
padding: 0 !important; | |
} | |
.pt-xl-0, | |
.py-xl-0 { | |
padding-top: 0 !important; | |
} | |
.pr-xl-0, | |
.px-xl-0 { | |
padding-right: 0 !important; | |
} | |
.pb-xl-0, | |
.py-xl-0 { | |
padding-bottom: 0 !important; | |
} | |
.pl-xl-0, | |
.px-xl-0 { | |
padding-left: 0 !important; | |
} | |
.p-xl-1 { | |
padding: 0.25rem !important; | |
} | |
.pt-xl-1, | |
.py-xl-1 { | |
padding-top: 0.25rem !important; | |
} | |
.pr-xl-1, | |
.px-xl-1 { | |
padding-right: 0.25rem !important; | |
} | |
.pb-xl-1, | |
.py-xl-1 { | |
padding-bottom: 0.25rem !important; | |
} | |
.pl-xl-1, | |
.px-xl-1 { | |
padding-left: 0.25rem !important; | |
} | |
.p-xl-2 { | |
padding: 0.5rem !important; | |
} | |
.pt-xl-2, | |
.py-xl-2 { | |
padding-top: 0.5rem !important; | |
} | |
.pr-xl-2, | |
.px-xl-2 { | |
padding-right: 0.5rem !important; | |
} | |
.pb-xl-2, | |
.py-xl-2 { | |
padding-bottom: 0.5rem !important; | |
} | |
.pl-xl-2, | |
.px-xl-2 { | |
padding-left: 0.5rem !important; | |
} | |
.p-xl-3 { | |
padding: 1rem !important; | |
} | |
.pt-xl-3, | |
.py-xl-3 { | |
padding-top: 1rem !important; | |
} | |
.pr-xl-3, | |
.px-xl-3 { | |
padding-right: 1rem !important; | |
} | |
.pb-xl-3, | |
.py-xl-3 { | |
padding-bottom: 1rem !important; | |
} | |
.pl-xl-3, | |
.px-xl-3 { | |
padding-left: 1rem !important; | |
} | |
.p-xl-4 { | |
padding: 1.5rem !important; | |
} | |
.pt-xl-4, | |
.py-xl-4 { | |
padding-top: 1.5rem !important; | |
} | |
.pr-xl-4, | |
.px-xl-4 { | |
padding-right: 1.5rem !important; | |
} | |
.pb-xl-4, | |
.py-xl-4 { | |
padding-bottom: 1.5rem !important; | |
} | |
.pl-xl-4, | |
.px-xl-4 { | |
padding-left: 1.5rem !important; | |
} | |
.p-xl-5 { | |
padding: 3rem !important; | |
} | |
.pt-xl-5, | |
.py-xl-5 { | |
padding-top: 3rem !important; | |
} | |
.pr-xl-5, | |
.px-xl-5 { | |
padding-right: 3rem !important; | |
} | |
.pb-xl-5, | |
.py-xl-5 { | |
padding-bottom: 3rem !important; | |
} | |
.pl-xl-5, | |
.px-xl-5 { | |
padding-left: 3rem !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* bs4-paddings.min.css v1 */ | |
.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:0.25rem!important}.pt-1,.py-1{padding-top:0.25rem!important}.pr-1,.px-1{padding-right:0.25rem!important}.pb-1,.py-1{padding-bottom:0.25rem!important}.pl-1,.px-1{padding-left:0.25rem!important}.p-2{padding:0.5rem!important}.pt-2,.py-2{padding-top:0.5rem!important}.pr-2,.px-2{padding-right:0.5rem!important}.pb-2,.py-2{padding-bottom:0.5rem!important}.pl-2,.px-2{padding-left:0.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}@media (min-width:576px){.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:0.25rem!important}.pt-sm-1,.py-sm-1{padding-top:0.25rem!important}.pr-sm-1,.px-sm-1{padding-right:0.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem!important}.pl-sm-1,.px-sm-1{padding-left:0.25rem!important}.p-sm-2{padding:0.5rem!important}.pt-sm-2,.py-sm-2{padding-top:0.5rem!important}.pr-sm-2,.px-sm-2{padding-right:0.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem!important}.pl-sm-2,.px-sm-2{padding-left:0.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}}@media (min-width:768px){.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:0.25rem!important}.pt-md-1,.py-md-1{padding-top:0.25rem!important}.pr-md-1,.px-md-1{padding-right:0.25rem!important}.pb-md-1,.py-md-1{padding-bottom:0.25rem!important}.pl-md-1,.px-md-1{padding-left:0.25rem!important}.p-md-2{padding:0.5rem!important}.pt-md-2,.py-md-2{padding-top:0.5rem!important}.pr-md-2,.px-md-2{padding-right:0.5rem!important}.pb-md-2,.py-md-2{padding-bottom:0.5rem!important}.pl-md-2,.px-md-2{padding-left:0.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}}@media (min-width:992px){.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:0.25rem!important}.pt-lg-1,.py-lg-1{padding-top:0.25rem!important}.pr-lg-1,.px-lg-1{padding-right:0.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem!important}.pl-lg-1,.px-lg-1{padding-left:0.25rem!important}.p-lg-2{padding:0.5rem!important}.pt-lg-2,.py-lg-2{padding-top:0.5rem!important}.pr-lg-2,.px-lg-2{padding-right:0.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem!important}.pl-lg-2,.px-lg-2{padding-left:0.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:0.25rem!important}.pt-xl-1,.py-xl-1{padding-top:0.25rem!important}.pr-xl-1,.px-xl-1{padding-right:0.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem!important}.pl-xl-1,.px-xl-1{padding-left:0.25rem!important}.p-xl-2{padding:0.5rem!important}.pt-xl-2,.py-xl-2{padding-top:0.5rem!important}.pr-xl-2,.px-xl-2{padding-right:0.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem!important}.pl-xl-2,.px-xl-2{padding-left:0.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment