Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions
@@ -0,0 +1,45 @@
// Path
.@{prefix}-path {
.inline-block();
padding: 8px;
white-space: normal;
}
.@{prefix}-path .@{prefix}-txt {
display: inline-block;
padding-right: 3px;
}
.@{prefix}-path .@{prefix}-path-body {
display: inline-block;
}
.@{prefix}-path-item {
.inline-block();
cursor: pointer;
color: @path-text;
}
.@{prefix}-path-item:hover {
text-decoration: underline;
}
.@{prefix}-path-item:focus {
background: @path-bg-focus;
color: @path-text-focus;
}
.@{prefix}-path .@{prefix}-divider {
display: inline;
}
.@{prefix}-disabled .@{prefix}-path-item {
color: @text-disabled;
}
// RTL
.@{prefix}-rtl .@{prefix}-path {
direction: rtl;
}