Skip to content
Snippets Groups Projects

Subscribing

Merged Johann Ruiz requested to merge subscribing into main
2 files
+ 26
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,6 +10,7 @@
border: solid 1px var(--default-text-color);
border-radius: 0.25em;
width: 300px;
padding-top: 1.3em;
}
.lab-name {
@@ -46,3 +47,15 @@ h1, h2, h3, h4 {
margin: 0;
}
.star-icon-container {
position: absolute;
top: 10px;
right: 10px;
}
.star-icon {
color: gold;
font-size: 1em;
}
\ No newline at end of file
Loading