[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user