download 2021 site
This commit is contained in:
commit
dd6e4afb13
138 changed files with 37730 additions and 0 deletions
160
css/borders-responsive.css
Normal file
160
css/borders-responsive.css
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
.border-top {
|
||||
border-top: 1px solid; }
|
||||
|
||||
.border-right {
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
.border-left {
|
||||
border-left: 1px solid; }
|
||||
|
||||
.border-top-0 {
|
||||
border-top: 0 !important; }
|
||||
|
||||
.border-right-0 {
|
||||
border-right: 0 !important; }
|
||||
|
||||
.border-bottom-0 {
|
||||
border-bottom: 0 !important; }
|
||||
|
||||
.border-left-0 {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-x {
|
||||
border-left: 1px solid;
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-y {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.border-sm-top {
|
||||
border-top: 1px solid; }
|
||||
|
||||
.border-sm-right {
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-sm-bottom {
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
.border-sm-left {
|
||||
border-left: 1px solid; }
|
||||
|
||||
.border-sm-top-0 {
|
||||
border-top: 0 !important; }
|
||||
|
||||
.border-sm-right-0 {
|
||||
border-right: 0 !important; }
|
||||
|
||||
.border-sm-bottom-0 {
|
||||
border-bottom: 0 !important; }
|
||||
|
||||
.border-sm-left-0 {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-sm-x {
|
||||
border-left: 1px solid;
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-sm-y {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid; } }
|
||||
@media (min-width: 768px) {
|
||||
.border-md-top {
|
||||
border-top: 1px solid; }
|
||||
|
||||
.border-md-right {
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-md-bottom {
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
.border-md-left {
|
||||
border-left: 1px solid; }
|
||||
|
||||
.border-md-top-0 {
|
||||
border-top: 0 !important; }
|
||||
|
||||
.border-md-right-0 {
|
||||
border-right: 0 !important; }
|
||||
|
||||
.border-md-bottom-0 {
|
||||
border-bottom: 0 !important; }
|
||||
|
||||
.border-md-left-0 {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-md-x {
|
||||
border-left: 1px solid;
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-md-y {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid; } }
|
||||
@media (min-width: 992px) {
|
||||
.border-lg-top {
|
||||
border-top: 1px solid; }
|
||||
|
||||
.border-lg-right {
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-lg-bottom {
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
.border-lg-left {
|
||||
border-left: 1px solid; }
|
||||
|
||||
.border-lg-top-0 {
|
||||
border-top: 0 !important; }
|
||||
|
||||
.border-lg-right-0 {
|
||||
border-right: 0 !important; }
|
||||
|
||||
.border-lg-bottom-0 {
|
||||
border-bottom: 0 !important; }
|
||||
|
||||
.border-lg-left-0 {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-lg-x {
|
||||
border-left: 1px solid;
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-lg-y {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid; } }
|
||||
@media (min-width: 1200px) {
|
||||
.border-xl-top {
|
||||
border-top: 1px solid; }
|
||||
|
||||
.border-xl-right {
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-xl-bottom {
|
||||
border-bottom: 1px solid; }
|
||||
|
||||
.border-xl-left {
|
||||
border-left: 1px solid; }
|
||||
|
||||
.border-xl-top-0 {
|
||||
border-top: 0 !important; }
|
||||
|
||||
.border-xl-right-0 {
|
||||
border-right: 0 !important; }
|
||||
|
||||
.border-xl-bottom-0 {
|
||||
border-bottom: 0 !important; }
|
||||
|
||||
.border-xl-left-0 {
|
||||
border-left: 0 !important; }
|
||||
|
||||
.border-xl-x {
|
||||
border-left: 1px solid;
|
||||
border-right: 1px solid; }
|
||||
|
||||
.border-xl-y {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid; } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue