mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-11 16:18:03 +08:00
17 lines
275 B
CSS
17 lines
275 B
CSS
|
|
.pace .pace-progress {
|
|
background-color: #FFB752;
|
|
position: fixed;
|
|
z-index: 3000;
|
|
top: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
|
|
-webkit-transition: width 1s;
|
|
-moz-transition: width 1s;
|
|
-o-transition: width 1s;
|
|
transition: width 1s;
|
|
}
|
|
.pace-inactive {
|
|
display: none;
|
|
} |