[REF] *: BS5: migration

Automated change made by a lot of RegEx to change all think that is
possible to automate.

https://getbootstrap.com/docs/5.1/migration

Task ID: 2766483

Part-of: odoo/design-themes#580
This commit is contained in:
Romeo Fragomeli
2022-07-04 07:56:18 +00:00
parent ac63e031c0
commit 54cca0eaf6
33 changed files with 128 additions and 128 deletions
@@ -17,12 +17,12 @@
> .row {
min-height: 150px;
height: auto;
border-left: 3px solid gray('200');
border-left: 3px solid map-get($grays, '200');
> .menublock {
margin: 0 0 0 20px;
padding: 0 20px 0 0;
border-bottom: 1px solid gray('200');
border-bottom: 1px solid map-get($grays, '200');
float: left;
h4 {
font-weight: bold;
@@ -4,7 +4,7 @@
padding: 30px 0;
border-radius: $s-discount-box-border-radius;
position: relative;
box-shadow: 0px 0px 5px 0px rgba(gray('700'), 0.5);
box-shadow: 0px 0px 5px 0px rgba(map-get($grays, '700'), 0.5);
word-wrap: break-word;
&:before {
@@ -63,7 +63,7 @@
#wrapwrap .s_discount_descr {
text-align: center;
font-size: 13px;
color: gray('800');
color: map-get($grays, '800');
margin-top: 10px;
padding: 20px 25px;
@include s-discount-descr-hook;
@@ -92,7 +92,7 @@
border-radius: 4px;
margin-top: 10px;
background: #f0f0f0;
color: gray('800');
color: map-get($grays, '800');
.code {
padding: 10px 15px;
}
@@ -42,13 +42,13 @@
text-align: center;
> li {
float: left;
color: gray('800');
color: map-get($grays, '800');
font-size: 11px;
font-weight: 300;
&:hover {
color: gray('800');
background-color: gray('200');
color: map-get($grays, '800');
background-color: map-get($grays, '200');
}
> a {
@@ -87,7 +87,7 @@
> a {
display: block;
width: 100%;
color: gray('800');
color: map-get($grays, '800');
text-decoration: none;
}
}
@@ -174,7 +174,7 @@
width: 40px;
> ul {
height: 100%;
border-left: 1px solid lighten(gray('200'), 10%);
border-left: 1px solid lighten(map-get($grays, '200'), 10%);
> li {
width: 100%;
height: 33.333%;
@@ -22,8 +22,8 @@
background-color: o-color('epsilon');
}
> .row > div {
border-right: 1px solid gray('200');
border-bottom: 1px solid gray('200');
border-right: 1px solid map-get($grays, '200');
border-bottom: 1px solid map-get($grays, '200');
text-align: left;
h4 {
text-align: center;
@@ -40,17 +40,17 @@
border-bottom: {
width: $s-features-carousel-border-width;
style: $s-features-carousel-border-style;
color: if(s-features-carousel-border-color != null, $s-features-carousel-border-color, gray('600'));
color: if(s-features-carousel-border-color != null, $s-features-carousel-border-color, map-get($grays, '600'));
}
text-align: center;
padding-bottom: 30px;
}
.carousel-indicators {
border-top: 1px dotted gray('600');
border-top: 1px dotted map-get($grays, '600');
padding-top: 32px;
visibility: $s-features-carousel-indicators-visible;
li {
border: 1px solid gray('200');
border: 1px solid map-get($grays, '200');
}
}
.carousel-indicators .active {
@@ -8,10 +8,10 @@
font-size: 20px;
}
.menu-container > .s_full_menu_content {
border-left: 3px solid gray('200');
border-left: 3px solid map-get($grays, '200');
.row {
.s_full_menu_content_description {
border-bottom: 1px solid gray('200');
border-bottom: 1px solid map-get($grays, '200');
padding-bottom: 15px;
line-height: 1;
span {
@@ -1,6 +1,6 @@
#wrapwrap .s_pricing strong {
font-weight: 700;
color: gray('800');
color: map-get($grays, '800');
}
#wrapwrap .s_pricing_footer {
@@ -8,7 +8,7 @@
}
#wrapwrap .s_pricing_box {
box-shadow: 0px 2px 5px 0px rgba(black, 0.1);
border: 1px solid lighten(gray('200'), 10%);
border: 1px solid lighten(map-get($grays, '200'), 10%);
}
#wrapwrap .s_pricing_header {
@@ -1,18 +1,18 @@
#wrapwrap .s_profile_box {
min-height: 450px;
color: gray('800');
color: map-get($grays, '800');
@include media-breakpoint-down(lg) {
text-align: center;
}
h2 {
color: gray('800');
color: map-get($grays, '800');
}
span.tags
{
background: gray('700');
background: map-get($grays, '700');
border-radius: 2px;
color: white;
padding: 2px 4px;
@@ -21,14 +21,14 @@
}
#wrapwrap .s_profile_box_divider {
border-top: 1px solid lighten(gray('600'), 15%);
border-top: 1px solid lighten(map-get($grays, '600'), 15%);
}
#wrapwrap .s_profile_box_emphasis:hover {
transition: all 0.3s ease-in-out;
background-color: lighten(gray('200'), 10%);
background-color: lighten(map-get($grays, '200'), 10%);
}
#wrapwrap .s_profile .card p, #wrapwrap .s_profile .card h2 {
color: gray('800');
color: map-get($grays, '800');
}