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 {
text-align: left;
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) {
outline: 0!important
......@@ -20385,13 +20396,8 @@ button {
}
.breadcrumb .breadcrumb-item {
font-size: 1rem
}
@media (max-width: 767.98px) {
.breadcrumb-item+.breadcrumb-item {
padding-right:1rem
}
font-size: 1rem;
display: flex;
}
.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