앱 관리 - 앱목록 디자인 반영
This commit is contained in:
@@ -10628,7 +10628,7 @@ select.form-control {
|
||||
}
|
||||
}
|
||||
|
||||
.org-page-title-banner {
|
||||
.page-title-banner {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
@@ -10638,7 +10638,7 @@ select.form-control {
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
.org-page-title-banner::before {
|
||||
.page-title-banner::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -10649,7 +10649,7 @@ select.form-control {
|
||||
background-size: 50px 50px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.org-page-title-banner .title-image {
|
||||
.page-title-banner .title-image {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -10658,7 +10658,7 @@ select.form-control {
|
||||
width: auto;
|
||||
z-index: 1;
|
||||
}
|
||||
.org-page-title-banner h1 {
|
||||
.page-title-banner h1 {
|
||||
position: relative;
|
||||
font-size: 40px;
|
||||
font-weight: 700;
|
||||
@@ -10668,14 +10668,14 @@ select.form-control {
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.org-page-title-banner {
|
||||
.page-title-banner {
|
||||
height: 120px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
.org-page-title-banner .title-image {
|
||||
.page-title-banner .title-image {
|
||||
height: 120px;
|
||||
}
|
||||
.org-page-title-banner h1 {
|
||||
.page-title-banner h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user