Commit a727df3f authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Settings: Siminfo: Include .separator CSS

Bug: 788148
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I82a5d1ca789d62effc897ccccd981dc12c93610b
Reviewed-on: https://chromium-review.googlesource.com/804236Reviewed-by: default avatarBen Chan <benchan@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521112}
parent b7a2d848
......@@ -41,6 +41,14 @@
min-width: 200px;
}
.separator {
-webkit-border-start: var(--cr-separator-line);
-webkit-margin-end: var(--cr-section-padding);
-webkit-margin-start: var(--cr-section-padding);
flex-shrink: 0;
height: calc(var(--cr-section-min-height) - 9px);
}
paper-toggle-button {
-webkit-margin-start: var(--cr-button-edge-spacing);
}
......
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