Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
207 espaco 1
.layout-wrapper {
2
	&.layout-rtl {
3
		direction: rtl;
4
 
5
		.menu-wrapper {
6
			left: auto;
7
			right: 0;
8
 
9
			.layout-menu-container {
10
				.layout-menu {
11
					direction: rtl;
12
					li {
13
						padding: 0px;
14
						@include border-radius-left(0px);
15
						@include border-radius-right(10px);
16
 
17
						&.layout-root-menuitem {
18
							> div {
19
								padding-left: 0px;
20
								padding-right: 12px;
21
								margin-bottom: 6px;
22
								margin-top: 24px;
23
							}
24
						}
25
 
26
						> a {
27
							padding: 7px 8px 6px 20px;
28
							@include border-radius-left(0px);
29
							@include border-radius-right(10px);
30
 
31
							.layout-menuitem-text {
32
								margin: 0 11px;
33
							}
34
 
35
							i {
36
								font-size: 14px;
37
								&.layout-submenu-toggler {
38
									@include transition(all $transitionDuration);
39
									margin-left: 0;
40
									margin-right: auto;
41
								}
42
							}
43
						}
44
 
45
						> ul {
46
							padding-left: 0px;
47
							padding-right: 19px;
48
						}
49
					}
50
				}
51
			}
52
 
53
		}
54
 
55
		.layout-rightpanel {
56
			right: auto;
57
			left: 0;
58
			transform: translate3d(-294px, 0px, 0px);
59
 
60
			.rightpanel-wrapper {
61
				.section-tasks {
62
					> ul {
63
						> li {
64
							.task {
65
								margin-left: 0px;
66
								margin-right: 12px;
67
							}
68
						}
69
					}
70
				}
71
			}
72
		}
73
 
74
		&.layout-rightpanel-active {
75
			.layout-rightpanel {
76
				transform: translate3d(0px, 0px, 0px);
77
			}
78
		}
79
 
80
		.layout-topbar {
81
			.layout-topbar-wrapper {
82
				.layout-topbar-right {
83
					padding: 10px 12px 10px 32px;
84
 
85
					.layout-topbar-actions {
86
						> li {
87
							> ul {
88
								right: auto;
89
								left: 0;
90
 
91
								> li {
92
									> a {
93
										> img,
94
										> i,
95
										> .ui-inputswitch  {
96
											margin-right: 0;
97
											margin-left: 6px;
98
										}
99
									}
100
 
101
								}
102
							}
103
 
104
							&.user-profile {
105
								> a {
106
									.profile-info {
107
										margin-right: 7px;
108
										margin-left: 0px;
109
									}
110
								}
111
								> ul {
112
									.layout-submenu-header {
113
										img {
114
											margin-right: 0px;
115
											margin-left: 6px;
116
										}
117
										.profile-info {
118
											margin-left: 0px;
119
											margin-right: 7px;
120
										}
121
									}
122
 
123
									> li {
124
										> a {
125
											> i {
126
												margin-right: 0px;
127
												margin-left: 10px;
128
											}
129
										}
130
									}
131
								}
132
							}
133
						}
134
					}
135
 
136
					.layout-rightpanel-button {
137
						@include rotate(-180deg);
138
					}
139
 
140
				}
141
			}
142
		}
143
	}
144
}
145
@media (min-width:993px) {
146
  .layout-wrapper {
147
      &.layout-rtl {
148
          &.layout-static {
149
              .menu-wrapper {
150
                  transform: translate3d(241px, 0px, 0px);
151
              }
152
 
153
              .layout-main {
154
                  margin-left: 0;
155
                  margin-right: 0px;
156
                  @include transition(margin-right $transitionDuration);
157
              }
158
 
159
              &.layout-static-active {
160
                  .menu-wrapper {
161
                      transform: translate3d(0px, 0px, 0px);
162
                  }
163
 
164
                  .layout-main {
165
                      margin-left: 0;
166
                      margin-right: 240px;
167
                  }
168
              }
169
          }
170
 
171
          &.layout-overlay {
172
              .menu-wrapper {
173
                  transform: translate3d(241px, 0px, 0px);
174
              }
175
 
176
              &.layout-overlay-active {
177
                  .menu-wrapper {
178
                      transform: translate3d(0px, 0px, 0px);
179
                  }
180
              }
181
          }
182
 
183
          &.layout-horizontal {
184
              .menu-wrapper {
185
                  .layout-menu-container {
186
                      .layout-menu {
187
                          li {
188
                              a{
189
                                  @include border-radius(10px);
190
                              }
191
                          }
192
 
193
                          > li {
194
                              > ul {
195
                                  left: auto;
196
                                  right: 0;
197
                              }
198
                          }
199
                      }
200
                  }
201
              }
202
          }
203
      }
204
  }
205
}
206
 
207
@media (max-width:992px) {
208
  .layout-wrapper {
209
      &.layout-rtl {
210
          .menu-wrapper {
211
              top: 104px;
212
              height: calc(100% - 104px);
213
              -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
214
              transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
215
              transform: translate3d(260px, 0px, 0px);
216
          }
217
 
218
          &.layout-mobile-active {
219
              .menu-wrapper {
220
                  transform: translate3d(0px, 0px, 0px);
221
              }
222
 
223
              .layout-mask {
224
                  display: block;
225
              }
226
		  }
227
 
228
		  .layout-topbar {
229
			.layout-topbar-wrapper {
230
				.layout-topbar-right {
231
					padding: 0;
232
 
233
					.layout-topbar-actions {
234
						> li {
235
							> ul {
236
								left: 5%;
237
								right: 0;
238
							}
239
						}
240
					}
241
 
242
					.layout-rightpanel-button {
243
						margin-right: 0px;
244
						margin-left: 16px;
245
					}
246
				}
247
			}
248
		  }
249
      }
250
  }
251
}