mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Switch to Iconify and add XDA Developers
This commit is contained in:
parent
523521ea35
commit
1226782b7f
9 changed files with 55 additions and 111 deletions
|
@ -383,80 +383,9 @@ body {
|
|||
background: var(--text-color);
|
||||
}
|
||||
|
||||
/* Material Icons */
|
||||
.mdi::before {
|
||||
/* Iconify */
|
||||
|
||||
.iconify {
|
||||
font-size: 24px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.btn .mdi::before {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.btn-xs .mdi::before {
|
||||
font-size: 18px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.btn-sm .mdi::before {
|
||||
font-size: 18px;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.dropdown-menu .mdi {
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.dropdown-menu .mdi::before {
|
||||
left: -8px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.nav .mdi::before {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.navbar .navbar-toggle .mdi::before {
|
||||
color: #fff;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.breadcrumb .mdi::before {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.breadcrumb a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.breadcrumb a:hover span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.alert .mdi::before {
|
||||
margin-right: 2px;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.input-group-addon .mdi::before {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
||||
.navbar-brand .mdi::before {
|
||||
margin-right: 2px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.list-group-item .mdi::before {
|
||||
left: -3px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<meta name="p:domain_verify" content="888d983503e053f3db87d36354df7eef" />
|
||||
<title></title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.materialdesignicons.com/4.8.95/css/materialdesignicons.min.css"
|
||||
/>
|
||||
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.4.1.min.js"
|
||||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue