| 1 |
.rtl { |
| 2 |
#wpupg-template-menu { |
| 3 |
.wpupg-template-menu-group { |
| 4 |
.wpupg-template-icon { |
| 5 |
margin-right: 0; |
| 6 |
margin-left: 2px; |
| 7 |
} |
| 8 |
} |
| 9 |
} |
| 10 |
} |
| 11 |
|
| 12 |
#wpupg-template-sidebar { |
| 13 |
.wpupg-template-menu-group { |
| 14 |
padding: 6px; |
| 15 |
border-bottom: 1px solid #ddd; |
| 16 |
|
| 17 |
&:last-child { |
| 18 |
border-bottom: none; |
| 19 |
} |
| 20 |
} |
| 21 |
|
| 22 |
.wpupg-template-properties { |
| 23 |
padding: 0 5px; |
| 24 |
|
| 25 |
p { |
| 26 |
font-weight: bold; |
| 27 |
} |
| 28 |
} |
| 29 |
|
| 30 |
> div { |
| 31 |
margin-bottom: 20px; |
| 32 |
} |
| 33 |
|
| 34 |
.wpupg-template-menu-header, |
| 35 |
.wpupg-template-properties-header { |
| 36 |
padding: 10px; |
| 37 |
padding-bottom: 5px; |
| 38 |
text-align: center; |
| 39 |
font-weight: 300; |
| 40 |
font-size: 1.2em; |
| 41 |
} |
| 42 |
|
| 43 |
.wpupg-template-menu-block { |
| 44 |
padding: 3px 0; |
| 45 |
cursor: pointer; |
| 46 |
border-bottom: 1px solid #ddd; |
| 47 |
|
| 48 |
&.wpupg-template-menu-block-hover { |
| 49 |
font-weight: bold; |
| 50 |
} |
| 51 |
|
| 52 |
&.wpupg-template-menu-block-self { |
| 53 |
cursor: default; |
| 54 |
font-style: italic; |
| 55 |
color: #999999; |
| 56 |
} |
| 57 |
|
| 58 |
&:last-child { |
| 59 |
border-bottom: none; |
| 60 |
} |
| 61 |
} |
| 62 |
|
| 63 |
.wpupg-template-menu-block-details { |
| 64 |
padding: 5px; |
| 65 |
margin-bottom: 5px; |
| 66 |
font-weight: bold; |
| 67 |
} |
| 68 |
.wpupg-template-menu-block-quick-edit { |
| 69 |
margin: 5px 0; |
| 70 |
text-align: center; |
| 71 |
} |
| 72 |
} |
| 73 |
|
| 74 |
#wpupg-template-menu { |
| 75 |
|
| 76 |
.wpupg-template-menu-group { |
| 77 |
display: block; |
| 78 |
text-decoration: none; |
| 79 |
color: #444; |
| 80 |
cursor: pointer; |
| 81 |
|
| 82 |
&:first-child { |
| 83 |
border-top-left-radius: 5px; |
| 84 |
border-top-right-radius: 5px; |
| 85 |
} |
| 86 |
&:last-child { |
| 87 |
border-bottom-left-radius: 5px; |
| 88 |
border-bottom-right-radius: 5px; |
| 89 |
} |
| 90 |
&.active { |
| 91 |
color: #444; |
| 92 |
background-color: #ddd; |
| 93 |
font-weight: bold; |
| 94 |
} |
| 95 |
|
| 96 |
.wpupg-template-icon { |
| 97 |
vertical-align: middle; |
| 98 |
margin-right: 2px; |
| 99 |
position: relative; |
| 100 |
top: 1px; |
| 101 |
|
| 102 |
svg { |
| 103 |
fill: #ddd; |
| 104 |
} |
| 105 |
} |
| 106 |
} |
| 107 |
} |
| 108 |
#wpupg-add-blocks { |
| 109 |
.wpupg-template-menu-add-block-group { |
| 110 |
font-weight: bold; |
| 111 |
margin-top: 30px; |
| 112 |
margin-bottom: 2px; |
| 113 |
} |
| 114 |
p + .wpupg-template-menu-add-block-group { |
| 115 |
margin-top: 0; |
| 116 |
} |
| 117 |
} |