Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
35
admin/phpMyAdmin/themes/metro/scss/_breadcrumbs.scss
Normal file
35
admin/phpMyAdmin/themes/metro/scss/_breadcrumbs.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
.breadcrumb {
|
||||
color: $button-color;
|
||||
padding-left: 2rem;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
+ .breadcrumb-item::before,
|
||||
&::before {
|
||||
width: 10px;
|
||||
color: #eee;
|
||||
|
||||
/* The arrow "U+0203A" (SINGLE RIGHT-POINTING ANGLE QUOTATION MARK) */
|
||||
content: "\203A";
|
||||
}
|
||||
|
||||
+ .breadcrumb-comment {
|
||||
padding-left: $breadcrumb-item-padding;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb-comment {
|
||||
font-style: italic;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue