forked from GitHub-Mirrors/foundry-sw5e
42 lines
810 B
Text
42 lines
810 B
Text
![]() |
.window-app {
|
||
|
border-radius: 4px;
|
||
|
border: none;
|
||
|
.dropShadow2();
|
||
|
header {
|
||
|
background: @windowHeaderBackground;
|
||
|
border-radius: 4px 4px 0 0;
|
||
|
border: none;
|
||
|
.dropShadow1();
|
||
|
margin-bottom: 4px;
|
||
|
}
|
||
|
.window-content {
|
||
|
background: @primaryBackground;
|
||
|
color: @bodyFontColor;
|
||
|
footer {
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#client-settings {
|
||
|
nav.tabs {
|
||
|
border: none;
|
||
|
font-size: 17px;
|
||
|
line-height: 1.6;
|
||
|
a.item {
|
||
|
border-bottom: 3px solid transparent;
|
||
|
color: @bodyFontColor;
|
||
|
&:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
&.active {
|
||
|
text-shadow: none;
|
||
|
border-bottom-color: @sidebarTabLinkUnderline;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
section.content {
|
||
|
border: none;
|
||
|
margin-top: 4px;
|
||
|
}
|
||
|
}
|