LaravelTest

Форк
0
/
pace-theme-center-radar.css 
82 строки · 1.6 Кб
1
/* This is a compiled file, to make changes persist, consider editing under the templates directory */
2
.pace {
3
  -webkit-pointer-events: none;
4
  pointer-events: none;
5

6
  -webkit-user-select: none;
7
  -moz-user-select: none;
8
  user-select: none;
9

10
  z-index: 2000;
11
  position: fixed;
12
  height: 90px;
13
  width: 90px;
14
  margin: auto;
15
  top: 0;
16
  left: 0;
17
  right: 0;
18
  bottom: 0;
19
}
20

21
.pace.pace-inactive .pace-activity {
22
  display: none;
23
}
24

25
.pace .pace-activity {
26
  position: fixed;
27
  z-index: 2000;
28
  display: block;
29
  position: absolute;
30
  left: -30px;
31
  top: -30px;
32
  height: 90px;
33
  width: 90px;
34
  display: block;
35
  border-width: 30px;
36
  border-style: double;
37
  border-color: #d6d6d6 transparent transparent;
38
  border-radius: 50%;
39

40
  -webkit-box-sizing: content-box;
41
  -moz-box-sizing: content-box;
42
  box-sizing: content-box;
43

44
  -webkit-animation: spin 1s linear infinite;
45
  -moz-animation: spin 1s linear infinite;
46
  -o-animation: spin 1s linear infinite;
47
  animation: spin 1s linear infinite;
48
}
49

50
.pace .pace-activity:before {
51
  content: ' ';
52
  position: absolute;
53
  top: 10px;
54
  left: 10px;
55
  height: 50px;
56
  width: 50px;
57
  display: block;
58
  border-width: 10px;
59
  border-style: solid;
60
  border-color: #d6d6d6 transparent transparent;
61
  border-radius: 50%;
62

63
  -webkit-box-sizing: content-box;
64
  -moz-box-sizing: content-box;
65
  box-sizing: content-box;
66
}
67

68
@-webkit-keyframes spin {
69
  100% { -webkit-transform: rotate(359deg); }
70
}
71

72
@-moz-keyframes spin {
73
  100% { -moz-transform: rotate(359deg); }
74
}
75

76
@-o-keyframes spin {
77
  100% { -moz-transform: rotate(359deg); }
78
}
79

80
@keyframes spin {
81
  100% {  transform: rotate(359deg); }
82
}
83

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.