summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 13:58:18 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 13:58:18 +0300
commitb65d8384c23bfbbd3db41a621cd80b5b45c8131b (patch)
tree87d042813528fd7e31380a1c1fcf6e18a1e8e384 /css/cdm.less
parent89b213b4bbe861cbe16f49f7554eb7c0b9b32416 (diff)
update headlines to use vector icons
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less16
1 files changed, 15 insertions, 1 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 1bbc7ab4a..621ccf1f6 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -13,10 +13,24 @@
.header {
> * {
align-self : center;
- padding : 5px;
+ padding : 4px;
white-space : nowrap;
}
+ .left {
+ display : flex;
+
+ > * {
+ align-self : center;
+ }
+
+ i.material-icons {
+ margin-left : 2px;
+ font-size : 18px;
+ padding : 2px;
+ }
+ }
+
.titleWrap {
flex-grow : 2;
}