forked from alaguraj/odoo-testing-addons
implement custom theme styling and update docker configuration
This commit is contained in:
parent
2dff231653
commit
d3cb5fdb7f
@ -736,7 +736,7 @@ section h2.display-4 {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #e9ecef;
|
background: #fecd4fd4;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
@ -745,7 +745,7 @@ section h2.display-4 {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 50%;
|
// border-radius: 50%;
|
||||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user