2020-08-21 13:59:43 +00:00
|
|
|
.navbar { background-color: #5755d9; padding: 0.5em 1em 0.5em 1em; }
|
|
|
|
.navbar .navbar-brand {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.avatar img {
|
|
|
|
border-radius: 5px 5px 5px 5px;
|
2020-10-22 16:09:33 +00:00
|
|
|
background: #fff;
|
2020-08-21 13:59:43 +00:00
|
|
|
}
|
|
|
|
#toastcontainer {
|
|
|
|
position:fixed;
|
|
|
|
bottom:8px;left:0px;right:0px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
.hero {
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
padding-top: 1rem;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.chip {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.filter-nav {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2021-10-20 14:20:25 +00:00
|
|
|
.device-nav {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-08-21 13:59:43 +00:00
|
|
|
.sort-nav {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.tile-content { position: relative; }
|
|
|
|
.link-github {
|
|
|
|
position:absolute;
|
|
|
|
top: 36px;
|
|
|
|
left: -24px;
|
|
|
|
}
|
2021-10-21 10:43:30 +00:00
|
|
|
.btn.btn-favourite { color: red; }
|
|
|
|
.btn.btn-favourite:hover { color: red; }
|
|
|
|
|
|
|
|
.icon.icon-emulator { text-indent: 0px; } /*override spectre*/
|
|
|
|
.icon.icon-emulator::before {
|
|
|
|
content: "\01F5B5";
|
|
|
|
}
|
|
|
|
.icon.icon-favourite { text-indent: 0px; } /*override spectre*/
|
|
|
|
.icon.icon-favourite::before {
|
|
|
|
content: "\02661"; /* 0x2661 = empty heart; 0x2606 = empty star */
|
|
|
|
}
|
|
|
|
.icon.icon-favourite-active::before {
|
|
|
|
content: "\02665"; /* 0x2665 = solid heart; 0x2605 = solid star */
|
|
|
|
}
|
|
|
|
.icon.icon-interface {text-indent: 0px;font-size: 130%;vertical-align: -30%;} /*override spectre*/
|
|
|
|
.icon.icon-interface::before {
|
|
|
|
content: "\01F5AB";
|
2021-01-27 09:38:04 +00:00
|
|
|
}
|