mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-23 05:42:17 -06:00
migrate templates to bootstrap 5
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
2
netbox/project-static/dist/netbox.css.map
vendored
2
netbox/project-static/dist/netbox.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -410,3 +410,29 @@ table th {
|
||||
margin-top: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre.change-data {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
& > span {
|
||||
display: block;
|
||||
padding-left: $spacer;
|
||||
padding-right: $spacer;
|
||||
&.added {
|
||||
background-color: rgba($green, 0.4);
|
||||
}
|
||||
&.removed {
|
||||
background-color: rgba($red, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre.change-diff {
|
||||
border-color: transparent;
|
||||
&.change-removed {
|
||||
background-color: rgba($red, 0.4);
|
||||
}
|
||||
&.change-added {
|
||||
background-color: rgba($green, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user