mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Change module name and every references to old name module in path
ribbon_test_environment -> web_environment_ribbon
This commit is contained in:
committed by
xavierjimenez
parent
61219a64a1
commit
ff101c288c
24
web_environment_ribbon/static/src/css/ribbon.css
Normal file
24
web_environment_ribbon/static/src/css/ribbon.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.test-ribbon{
|
||||
width: 200px;
|
||||
background: #e43;
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
left: -50px;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
color: #f0f0f0;
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
z-index: 10000;
|
||||
position: fixed;
|
||||
box-shadow: 0 0 3px rgba(0,0,0,.3);
|
||||
background: #e43;
|
||||
}
|
||||
|
||||
.test-ribbon b {
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user