main 스타일 수정
This commit is contained in:
@@ -5207,6 +5207,12 @@ select.form-control {
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
gap: 0px;
|
gap: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.api-showcase .api-card:hover {
|
||||||
|
transform: translateY(-4px);
|
||||||
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||||||
|
border-color: #008ae2;
|
||||||
}
|
}
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.api-showcase .api-card {
|
.api-showcase .api-card {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -753,6 +753,13 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
gap: 0px;
|
gap: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
transform: translateY(-4px);
|
||||||
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
|
||||||
|
border-color: #008ae2;
|
||||||
|
}
|
||||||
|
|
||||||
@include respond-to('md') {
|
@include respond-to('md') {
|
||||||
width: calc(50% - 10px);
|
width: calc(50% - 10px);
|
||||||
|
|||||||
Reference in New Issue
Block a user