mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
initial
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
/* TitlePane */
|
||||
|
||||
@import 'dijit_variables';
|
||||
|
||||
.{$theme-name} {
|
||||
|
||||
.dijitTitlePaneRtl {
|
||||
.dijitTitlePaneTitle {
|
||||
text-align: right;
|
||||
}
|
||||
.dijitClosed {
|
||||
.dijitArrowNode:before {
|
||||
content: $icon-expand;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user