added beta flag for services
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

added jitsi service
This commit is contained in:
Samuel Philipp 2020-07-03 19:38:24 +02:00
parent ff1eed98c8
commit 6ebcd13e67
7 changed files with 47 additions and 7 deletions

View file

@ -40,7 +40,7 @@ a {
color: #fea500;
&:hover {
color: darken(#fea500, .5);
color: #d78c00;
}
}
@ -121,6 +121,24 @@ a {
top: 0;
bottom: 0;
right: 0;
color: #fea500 !important;
&[href]:hover {
color: #d78c00 !important;
}
}
.beta {
position: absolute;
top: 1rem;
right: 0;
font-weight: bold;
background-color: #fea500;
color: #000000;
padding: .5rem 1rem;
border-radius: 10px;
transform: rotate(20deg);
box-shadow: -1px 8px 5px rgba(0, 0, 0, .7);
}
.inner {
@ -148,6 +166,11 @@ a {
h2 {
margin-left: 0.5rem;
}
.beta {
top: 0;
right: -1rem;
}
}
}
}