Skip to content
Snippets Groups Projects

Resolve "Create "subject dashboard" view"

Merged Cathrine Libæk requested to merge 27-create-subject-dashboard-view-2 into 16-subject_dashboard
17 files
+ 872
131
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -7,17 +7,6 @@ body {
xbackground-color: #fefdfb;
}
.rainbow {
xbackground-image: linear-gradient(180deg, rgba(98, 0, 255, 0.1), rgba(0, 132, 255, 0.1) 5%, rgba(255, 0, 0, 0) 30%);
xbackground-repeat: no-repeat;
}
.superrainbow {
background-image:
linear-gradient(rgba(255, 255, 255, 0.01), rgb(255, 255, 255) 85%), radial-gradient(at left top, rgba(13, 110, 253, 0.5), transparent 50%), radial-gradient(at right top, rgba(255, 228, 132, 0.5), transparent 50%), radial-gradient(at right center, rgba(113, 44, 249, 0.5), transparent 50%), radial-gradient(at left center, rgba(214, 51, 132, 0.5), transparent 50%);
background-repeat: no-repeat;
}
.glass {
background-color: rgba(255, 255, 255, 0.5);
}
\ No newline at end of file
Loading