Commit be928889 authored by Kuo Jen Wei's avatar Kuo Jen Wei Committed by Commit Bot

Fix size of CCA mode selector icons.

Fix size of mode selector icons to align with size in mock design.

Bug: 955572
Change-Id: I99c3bad102437929d166ddd59638c0ee6eab9e6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580693
Auto-Submit: Kuo Jen Wei <inker@chromium.org>
Reviewed-by: default avatarSheng-hao Tsao <shenghao@chromium.org>
Commit-Queue: Kuo Jen Wei <inker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#653515}
parent 72e981fb
...@@ -235,13 +235,13 @@ body.tablet-landscape .actions-group { ...@@ -235,13 +235,13 @@ body.tablet-landscape .actions-group {
} }
label.mode-item>span { label.mode-item>span {
border-radius: 16px / 50%; border-radius: 13px / 50%;
color: white; color: white;
display: inline-block; display: inline-block;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
padding: 10px 15px; padding: 8px 12px;
text-shadow: 2px 3px 3px rgba(32, 33, 36, 0.3); text-shadow: 2px 3px 3px rgba(32, 33, 36, 0.3);
} }
......
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