Migrate assets to Astro imports
This commit is contained in:
4
public/css/bootstrap.css
vendored
4
public/css/bootstrap.css
vendored
@@ -2282,7 +2282,7 @@ table th[class*="span"],
|
||||
*margin-right: .3em;
|
||||
line-height: 14px;
|
||||
vertical-align: text-top;
|
||||
background-image: url("../img/glyphicons-halflings.png");
|
||||
background-image: url("../img/vendor/bootstrap/glyphicons-halflings.png");
|
||||
background-position: 14px 14px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -2306,7 +2306,7 @@ table th[class*="span"],
|
||||
.dropdown-submenu:focus > a > [class^="icon-"],
|
||||
.dropdown-submenu:hover > a > [class*=" icon-"],
|
||||
.dropdown-submenu:focus > a > [class*=" icon-"] {
|
||||
background-image: url("../img/glyphicons-halflings-white.png");
|
||||
background-image: url("../img/vendor/bootstrap/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
||||
.icon-glass {
|
||||
|
||||
Reference in New Issue
Block a user