Commit abd1b79e by Kim Eunchul

課題表#122 アイコンの意味が分かりにくい→デザイン通りアイコンを大きくする

parent 08dcd641
...@@ -6465,6 +6465,11 @@ template { ...@@ -6465,6 +6465,11 @@ template {
height: 22px; height: 22px;
} }
.icon-lg{
width: 24px;
height: 24px;
}
.lead { .lead {
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 300 font-weight: 300
......
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.22 122"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><path class="cls-1" d="M65.82,30.22h25L62.07,1.47v25C62.07,29.17,63.12,30.22,65.82,30.22Z"/><path class="cls-1" d="M22.08,58.24a17,17,0,0,0-4.7-.4H14.59v9.83h3.17a13.74,13.74,0,0,0,4.33-.45A3.86,3.86,0,0,0,24,65.6a6,6,0,0,0,0-5.78A3.81,3.81,0,0,0,22.08,58.24Z"/><path class="cls-1" d="M50.93,59.82a5.23,5.23,0,0,0-2.72-1.67,22.2,22.2,0,0,0-4.65-.31H41V80.7h4.29a11.28,11.28,0,0,0,4-.51,4.79,4.79,0,0,0,2-1.57,9,9,0,0,0,1.31-3.31,27.32,27.32,0,0,0,.52-6,27.38,27.38,0,0,0-.53-6A8,8,0,0,0,50.93,59.82Z"/><path class="cls-1" d="M62.47,35.78a6,6,0,0,1-6-6V0H4.86A4.87,4.87,0,0,0,0,4.86V117.13A4.87,4.87,0,0,0,4.86,122H87.35a4.88,4.88,0,0,0,4.87-4.87V35.78ZM29.18,68.93a8.19,8.19,0,0,1-3.53,3.56c-1.42.68-3.85,1-7.31,1H14.59v13H8.89V52h9.19a28,28,0,0,1,6.72.5A7.57,7.57,0,0,1,29,55.91a12.53,12.53,0,0,1,1.64,6.74A12.65,12.65,0,0,1,29.18,68.93ZM58,77.42a15.71,15.71,0,0,1-2.57,5.24,9.91,9.91,0,0,1-3.75,2.91,14.11,14.11,0,0,1-5.67,1H35.26V52H45.7a15.54,15.54,0,0,1,6,.89,10,10,0,0,1,3.7,3A15.28,15.28,0,0,1,58,61.3a30.73,30.73,0,0,1,1,8.32A27,27,0,0,1,58,77.42ZM83.33,57.84H69.61V66H81.49v5.84H69.61V86.55H63.9V52H83.33Z"/></g></g></svg>
\ No newline at end of file
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<span class="d-none d-md-inline fs-10 multi-lang" data-msg="buttonRefresh">更新</span> <span class="d-none d-md-inline fs-10 multi-lang" data-msg="buttonRefresh">更新</span>
</a> </a>
<a class="navbar-brand lht-0 d-none" id="rfidScanButton" href="javascript:CHK.startScan();" style="margin: 0 10px 0 10px;float: right;"> <a class="navbar-brand lht-0 d-none" id="rfidScanButton" href="javascript:CHK.startScan();" style="margin: 0 10px 0 10px;float: right;">
<i class="fa fa-wifi fs-12 p-1"></i> <img class="icon-lg" src="img/icon_scan.svg" alt="スキャン">
<span class="d-none d-md-inline fs-10 multi-lang" data-msg="buttonScan">スキャン</span> <span class="d-none d-md-inline fs-10 multi-lang" data-msg="buttonScan">スキャン</span>
</a> </a>
</nav> </nav>
......
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