main
Last change
on this file since 9bf1f8d was af801e3, checked in by viktor <viktor@…>, 2 years ago |
finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)
|
-
Property mode
set to
100644
|
File size:
357 bytes
|
Rev | Line | |
---|
[af801e3] | 1 | @keyframes spinner {
|
---|
| 2 | 0% {
|
---|
| 3 | transform: rotate(0deg);
|
---|
| 4 | }
|
---|
| 5 | 100% {
|
---|
| 6 | transform: rotate(360deg);
|
---|
| 7 | }
|
---|
| 8 | }
|
---|
| 9 | .loading-spinner {
|
---|
| 10 | width: 30px;
|
---|
| 11 | height: 30px;
|
---|
| 12 | border: 6px solid #0066cc; /* lightblue */
|
---|
| 13 | border-top: 10px solid #fff; /* white */
|
---|
| 14 | opacity: 60%;
|
---|
| 15 | border-radius: 50%;
|
---|
| 16 | animation: spinner 1.5s linear infinite;
|
---|
| 17 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.