mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 14:58:30 +08:00
removeSite()
This commit is contained in:
@@ -97,7 +97,7 @@ section.tabs {
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
padding-right: 0.75rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -121,10 +121,6 @@ section.tabs {
|
||||
&.changed {
|
||||
font-weight: 700;
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
small {
|
||||
display: inline;
|
||||
|
||||
@@ -145,6 +141,10 @@ section.tabs {
|
||||
right: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
button.close {
|
||||
line-height: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
resources/scss/vendor/_bootstrap.scss
vendored
2
resources/scss/vendor/_bootstrap.scss
vendored
@@ -26,7 +26,7 @@
|
||||
// @import '../../../node_modules/bootstrap/scss/progress';
|
||||
// @import '../../../node_modules/bootstrap/scss/media';
|
||||
// @import '../../../node_modules/bootstrap/scss/list-group';
|
||||
// @import '../../../node_modules/bootstrap/scss/close';
|
||||
@import '../../../node_modules/bootstrap/scss/close';
|
||||
// @import '../../../node_modules/bootstrap/scss/modal';
|
||||
// @import '../../../node_modules/bootstrap/scss/tooltip';
|
||||
// @import '../../../node_modules/bootstrap/scss/popover';
|
||||
|
Reference in New Issue
Block a user