Skip to content

Commit

Permalink
update to bootstrap v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GhalamborM committed May 13, 2020
1 parent ba55fee commit cf39589
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
21 changes: 6 additions & 15 deletions bootstrap-rtl.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* bootstrap-rtl (version 4.3.1)
* bootstrap-rtl (version 4.5.0)
* Author: Morteza Ghalambor
* Created on: February 2,2019
* Project: bootstrap-rtl
Expand All @@ -10,6 +10,10 @@ body {
text-align: right;
}

legend {
text-align: right
}

dd {
margin-right: 0;
}
Expand Down Expand Up @@ -1063,15 +1067,6 @@ dl.row > dd + dt {
padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
left: auto;
right: -2.25rem;
}

.custom-switch .custom-control-label::after {
left: auto;
right: calc(-2.25rem + 2px);
}

.custom-select {
padding: 0.375rem 0.75rem 0.375rem 1.75rem;
Expand All @@ -1089,11 +1084,7 @@ custom-select-sm {

.card-link + .card-link {
margin-right: 1.25rem;
margin-right: auto;
}

.card-blockquote {
border-right: 0;
margin-left: auto;
}

@media (min-width: 576px) {
Expand Down
Loading

0 comments on commit cf39589

Please sign in to comment.