SPR-910: var rename - link existing
This commit is contained in:
parent
107364bfb0
commit
2d690fd891
1 changed files with 6 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
background-color: @color-site-bg;
|
background-color: @color-site-bg;
|
||||||
border: 1px solid @ini_border_light;
|
border: 1px solid @ini_border_light;
|
||||||
color: @color-link;
|
color: @ini_existing;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
padding: .3em 1rem .1em;
|
padding: .3em 1rem .1em;
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: @color-content-bg;
|
background-color: @color-content-bg;
|
||||||
border: 1px solid @color-link;
|
border: 1px solid @ini_existing;
|
||||||
|
|
||||||
@media @screen_min-xs {
|
@media @screen_min-xs {
|
||||||
min-width: 20em;
|
min-width: 20em;
|
||||||
|
@ -208,6 +208,10 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: @ini_existing;
|
||||||
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
padding: .8rem .5rem .5rem;
|
padding: .8rem .5rem .5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue