Skip to content

Commit 5cfd4f1

Browse files
committed
refactor: add padding and border styles for access panel in RTL
1 parent 17c465c commit 5cfd4f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_sass/base/_rtl.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,17 @@ html[dir='rtl'] {
144144
}
145145
}
146146

147+
/* Panel */
148+
.access {
149+
section {
150+
padding-left: 0;
151+
padding-right: 1rem;
152+
153+
border-left: none;
154+
border-right: 1px solid var(--main-border-color);
155+
}
156+
}
157+
147158
/* Posts */
148159
h1,
149160
h2,

0 commit comments

Comments
 (0)