mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update styles on /tables pages (#18358)
Closes: #18346 Changes: - Updated the styles for the left sidebar on `/tables/*` pages
This commit is contained in:
parent
4a38135ea5
commit
93a43696b4
1 changed files with 13 additions and 11 deletions
|
|
@ -134,7 +134,6 @@
|
|||
max-width: 250px;
|
||||
padding-top: 24px;
|
||||
height: 100%;
|
||||
padding-right: 16px;
|
||||
margin-right: 16px;
|
||||
h4 {
|
||||
line-height: 24px;
|
||||
|
|
@ -245,16 +244,19 @@
|
|||
color: @core-vibrant-blue;
|
||||
padding-right: 7px;
|
||||
}
|
||||
a:not(.markdown-link):not([purpose='evented-table-label']):after {
|
||||
background-image: url('/images/icon-arrow-upper-right-7x7@2x.png');
|
||||
background-size: 7px 7px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
left: 4px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
content: '';
|
||||
a:not(.markdown-link):not([purpose='evented-table-label']) {
|
||||
white-space: nowrap;
|
||||
&:after {
|
||||
background-image: url('/images/icon-arrow-upper-right-7x7@2x.png');
|
||||
background-size: 7px 7px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: -4px;
|
||||
left: 4px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
pre {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue