Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_step into develop
This commit is contained in:
@@ -194,10 +194,12 @@
|
||||
justify-content: space-between;
|
||||
font-weight: 600;
|
||||
span.title{
|
||||
font-size: 16px;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
margin-right: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
span.process, span.isRunning {
|
||||
color: @color-darkish-blue;
|
||||
@@ -291,6 +293,7 @@
|
||||
}
|
||||
&::-webkit-progress-value {
|
||||
background-image: linear-gradient(to right, @color-clear-blue, #33c4ff);
|
||||
transition: width 0.3s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -236,6 +236,7 @@
|
||||
}
|
||||
&.multiple {
|
||||
border: 0.5px solid #fff;
|
||||
cursor: pointer;
|
||||
span {
|
||||
display: flex;
|
||||
background: transparent;
|
||||
|
||||
@@ -1702,6 +1702,7 @@ footer .container button.big:before {
|
||||
}
|
||||
.soft-key .detail section.multiple {
|
||||
border: 0.5px solid #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.soft-key .detail section.multiple span {
|
||||
display: flex;
|
||||
@@ -2200,10 +2201,12 @@ footer .container button.big:before {
|
||||
font-weight: 600;
|
||||
}
|
||||
.head-std header span.title {
|
||||
font-size: 16px;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
margin-right: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.head-std header span.process,
|
||||
.head-std header span.isRunning {
|
||||
@@ -2298,6 +2301,7 @@ footer .container button.big:before {
|
||||
}
|
||||
.head-std section progress::-webkit-progress-value {
|
||||
background-image: linear-gradient(to right, #1791ff, #33c4ff);
|
||||
transition: width 0.3s;
|
||||
}
|
||||
.head-std aside {
|
||||
width: 56px;
|
||||
|
||||
Reference in New Issue
Block a user