Commit 971a5a7d by Kang Donghun

Merge branch 'feature/1.0_check_web_dev_imai' into 'feature/1.0_check_web_dev'

Feature/1.0 check web dev imai

See merge request !108
parents 982590c3 e0161555
...@@ -6169,6 +6169,17 @@ body { ...@@ -6169,6 +6169,17 @@ body {
text-align: left; text-align: left;
background-color: #ffffff; background-color: #ffffff;
} }
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb{
background: #c5c5c563;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover{
background: #c5c5c5;
}
[tabindex="-1"]:focus:not(:focus-visible) { [tabindex="-1"]:focus:not(:focus-visible) {
outline: 0!important outline: 0!important
...@@ -20385,13 +20396,8 @@ button { ...@@ -20385,13 +20396,8 @@ button {
} }
.breadcrumb .breadcrumb-item { .breadcrumb .breadcrumb-item {
font-size: 1rem font-size: 1rem;
} display: flex;
@media (max-width: 767.98px) {
.breadcrumb-item+.breadcrumb-item {
padding-right:1rem
}
} }
.has-search .form-control { .has-search .form-control {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment