87 lines
2.5 KiB
CSS
Executable File
87 lines
2.5 KiB
CSS
Executable File
/* line 7, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
#div-menu-contextuel {
|
|
display: flex;
|
|
z-index: 200;
|
|
position: absolute;
|
|
border-radius: 12px;
|
|
box-shadow: 0 0 12px black;
|
|
background: black;
|
|
color: white;
|
|
font-size: 18x;
|
|
font-weight: normal;
|
|
opacity: 95%;
|
|
-webkit-transition: opacity 500ms;
|
|
-moz-transition: opacity 500ms;
|
|
-o-transition: opacity 500ms;
|
|
-ms-transition: opacity 500ms; }
|
|
|
|
/* line 26, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante {
|
|
list-style: none;
|
|
margin-right: 20px; }
|
|
|
|
/* line 31, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
ul.liste-deroulante {
|
|
margin: 10px;
|
|
padding-left: 8px;
|
|
border: 0px; }
|
|
|
|
/* line 37, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li {
|
|
padding: 6px 8px;
|
|
cursor: pointer;
|
|
font-family: "Avenir Next", "Avenir", sans-serif; }
|
|
/* line 42, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li:before {
|
|
padding-right: 8px;
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900; }
|
|
|
|
/* line 49, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li:not(.blank)::before {
|
|
content: "\f00d"; }
|
|
|
|
/* line 53, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.moveBack::before {
|
|
content: "\f062"; }
|
|
|
|
/* line 57, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.moveFront::before {
|
|
content: "\f063"; }
|
|
|
|
/* line 61, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.add::before {
|
|
content: "\f067"; }
|
|
|
|
/* line 65, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.delete::before {
|
|
content: "\f2ed"; }
|
|
|
|
/* line 69, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.choose::before {
|
|
content: "\f05b"; }
|
|
|
|
/* line 73, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.disabled {
|
|
cursor: not-allowed; }
|
|
/* line 76, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante li.disabled:hover {
|
|
background-color: #202020; }
|
|
|
|
/* line 81, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.liste-deroulante hr {
|
|
background-color: grey;
|
|
height: 1px;
|
|
border: 0;
|
|
margin: 2px 0px; }
|
|
|
|
/* Pour le dat.gui */
|
|
/* line 90, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.dg .property-name {
|
|
width: 70% !important; }
|
|
|
|
/* line 94, /Volumes/Dev/Sources/Clients/Maninghem/css/menus.scss */
|
|
.dg .c {
|
|
width: 20% !important; }
|
|
|
|
/*# sourceMappingURL=menus.css.map */ |