LaravelTest

Форк
0
87 строк · 3.0 Кб
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
  overflow: hidden;
11
  position: fixed;
12
  top: 0;
13
  left: 0;
14
  z-index: 2000;
15
  width: 100%;
16
  height: 12px;
17
  background: #fff;
18
}
19

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

24
.pace .pace-progress {
25
  background-color: #ABABAB;
26
  position: fixed;
27
  top: 0;
28
  right: 100%;
29
  width: 100%;
30
  height: 12px;
31
  overflow: hidden;
32

33
  -webkit-border-radius: 0 0 4px 0;
34
  -moz-border-radius: 0 0 4px 0;
35
  -o-border-radius: 0 0 4px 0;
36
  border-radius: 0 0 4px 0;
37

38
  -webkit-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
39
  -moz-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
40
  -o-box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
41
  box-shadow: inset -1px 0 #6B6B6B, inset 0 -1px #6B6B6B, inset 0 2px rgba(255, 255, 255, 0.5), inset 0 6px rgba(255, 255, 255, .3);
42
}
43

44
.pace .pace-activity {
45
  position: fixed;
46
  top: 0;
47
  left: 0;
48
  right: -28px;
49
  bottom: 0;
50

51
  -webkit-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
52
  -moz-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
53
  -o-background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
54
  background-image: radial-gradient(rgba(255, 255, 255, .65) 0%, rgba(255, 255, 255, .15) 100%);
55

56
  -webkit-background-size: 28px 100%;
57
  -moz-background-size: 28px 100%;
58
  -o-background-size: 28px 100%;
59
  background-size: 28px 100%;
60

61
  -webkit-animation: pace-theme-mac-osx-motion 500ms linear infinite;
62
  -moz-animation: pace-theme-mac-osx-motion 500ms linear infinite;
63
  -ms-animation: pace-theme-mac-osx-motion 500ms linear infinite;
64
  -o-animation: pace-theme-mac-osx-motion 500ms linear infinite;
65
  animation: pace-theme-mac-osx-motion 500ms linear infinite;
66
}
67

68
@-webkit-keyframes pace-theme-mac-osx-motion {
69
  0% { -webkit-transform: none; transform: none; }
70
  100% { -webkit-transform: translate(-28px, 0); transform: translate(-28px, 0); }
71
}
72
@-moz-keyframes pace-theme-mac-osx-motion {
73
  0% { -moz-transform: none; transform: none; }
74
  100% { -moz-transform: translate(-28px, 0); transform: translate(-28px, 0); }
75
}
76
@-o-keyframes pace-theme-mac-osx-motion {
77
  0% { -o-transform: none; transform: none; }
78
  100% { -o-transform: translate(-28px, 0); transform: translate(-28px, 0); }
79
}
80
@-ms-keyframes pace-theme-mac-osx-motion {
81
  0% { -ms-transform: none; transform: none; }
82
  100% { -ms-transform: translate(-28px, 0); transform: translate(-28px, 0); }
83
}
84
@keyframes pace-theme-mac-osx-motion {
85
  0% { transform: none; transform: none; }
86
  100% { transform: translate(-28px, 0); transform: translate(-28px, 0); }
87
}
88

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

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

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

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