2023-07-03 12:51:23 -04:00
|
|
|
html {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
|
|
|
|
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin-bottom: 60px;
|
2023-12-01 09:49:21 -05:00
|
|
|
}
|
2023-12-05 22:53:17 -05:00
|
|
|
.protocol-icon,.channel-type-icon{
|
2023-12-01 09:49:21 -05:00
|
|
|
display:inline-block;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
background-size: 32px;
|
|
|
|
}
|
2023-12-03 14:33:58 -05:00
|
|
|
.discord .protocol-icon{
|
2023-12-01 09:49:21 -05:00
|
|
|
background-image: url("../imgs/discord_logo1600.png");
|
|
|
|
}
|
2023-12-03 14:33:58 -05:00
|
|
|
.twitch .protocol-icon{
|
2023-12-01 09:49:21 -05:00
|
|
|
background-image: url("../imgs/twitch.png");
|
2023-12-05 22:53:17 -05:00
|
|
|
}
|
|
|
|
.Normal .channel-type-icon{
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
.DM .channel-type-icon{
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
.Protocol .channel-type-icon{
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
.OU .channel-type-icon{
|
|
|
|
background-color: black;
|
|
|
|
}
|