Merge remote-tracking branch 'z-eactive/jenkins_with_weblogic' into jenkins_with_weblogic
# Conflicts: # src/main/resources/static/css/main.css # src/main/resources/static/css/main.css.map # src/main/resources/static/sass/abstracts/_variables.scss
This commit is contained in:
@@ -474,8 +474,6 @@ $apikey-border-color: #dadada;
|
||||
gap: $spacing-md;
|
||||
padding: $spacing-md $spacing-lg;
|
||||
background: $white;
|
||||
border: 1px solid $border-gray;
|
||||
border-radius: $border-radius-md;
|
||||
transition: all 0.2s;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
text-decoration: none;
|
||||
border: 1px solid #212529;
|
||||
border-radius: 6px;
|
||||
font-family: 'Noto Sans CJK KR', $font-family-primary;
|
||||
font-family: $font-family-primary;
|
||||
font-weight: $font-weight-bold; // 700
|
||||
font-size: $font-size-base; // 16px
|
||||
background: transparent;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
background: #E9F8FF;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
height: 110px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@@ -430,7 +430,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 14px;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
@media (max-width: $breakpoint-md) {
|
||||
width: 100%;
|
||||
@@ -448,6 +448,7 @@
|
||||
justify-content: center;
|
||||
padding: $spacing-sm $spacing-md;
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
border-radius: $border-radius-md;
|
||||
font-size: $font-size-base;
|
||||
font-weight: $font-weight-regular;
|
||||
|
||||
Reference in New Issue
Block a user