odoo/addons/website/static/src/css/editor.sass

76 lines
1.5 KiB
Sass
Raw Normal View History

@charset "utf-8"
.oe_hidden
display: none !important
.oe_website_editorbar
position: fixed
top: 0
right: 0
z-index: 10
display: block
width: 100%
padding: 2px
margin: 0px
z-index: 10000
background-color: #414141
background: -webkit-linear-gradient(#646060, #262626)
box-sizing: border-box
li
display: inline
color: #eee
&:hover
background: rgba(0,0,0,0.2)
text-shadow: black 0px 0px 3px
color: white
.oe_website_editorbar .oe_rte_toolbar
div.dropdown
display: inline-block
li
display: list-item
button
font-family: FontAwesome
font-weight: normal
font-style: normal
text-decoration: inherit
&.oe_button_list
padding-right: 3px
&:after
content: "\F0D7"
padding-left: 6px
.oe_editable:focus
outline: none !important
.oe_carousel_options
cursor: pointer
position: absolute
white-space: nowrap
z-index: 1
display: none
.oe_snippets
position: fixed
left: 0px
right: 0px
bottom: 0px
height: 120px
background: black
.oe_snippet
display: inline
.oe_snippet_thumbnail
display: inline-block
background: red
width: 100px
height: 100px
border-radius: 3px
margin: 10px
.oe_snippet_body
display: none