1
0
Fork 0
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:
Kaustubh Ladiya 2020-02-04 22:35:22 +05:30
parent 523521ea35
commit 1226782b7f
No known key found for this signature in database
GPG key ID: A77FFE5465BD4E7D
9 changed files with 55 additions and 111 deletions

View file

@ -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;
}

View file

@ -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="