Fix media-feature-colon-space-after (CSS)
This commit is contained in:
parent
870a48e78b
commit
c7264691d2
11 changed files with 63 additions and 63 deletions
|
@ -47,7 +47,7 @@ progress[aria-valuenow]:before {
|
|||
margin-bottom: 2.2em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
|
||||
.type-interior>div[data-role=content],
|
||||
.type-interior>.ui-panel-content-wrap>div[data-role=content] {
|
||||
|
@ -160,7 +160,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
padding-top: 9em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
.content-primary {
|
||||
padding-top: 7em;
|
||||
}
|
||||
|
@ -170,7 +170,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:84em) {
|
||||
@media all and (min-width: 84em) {
|
||||
.withTabs .content-primary {
|
||||
padding-top: 7em !important;
|
||||
}
|
||||
|
@ -232,7 +232,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
@media all and (min-width:70em) {
|
||||
@media all and (min-width: 70em) {
|
||||
.dashboardSections {
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
|
@ -292,13 +292,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
.activeSession {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.activeSession {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
@ -394,13 +394,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background-color: #dd4919;
|
||||
}
|
||||
|
||||
@media all and (max-width:34.375em) {
|
||||
@media all and (max-width: 34.375em) {
|
||||
.sessionAppName {
|
||||
max-width: 160px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:31.25em) {
|
||||
@media all and (max-width: 31.25em) {
|
||||
.sessionAppName {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue