This repository was archived by the owner on Oct 11, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
ui/dashboard/sideboard.reel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 padding : .5em ;
3636}
3737
38+ .Sideboard-logo {
39+ display : flex;
40+ justify-content : flex-end;
41+ padding : 1rem ;
42+ padding-top : 0 ;
43+
44+ & a {
45+ transition : transform .1s ease-in-out;
46+ & : hover {
47+ transform : scale (1.05 );
48+ }
49+ }
50+
51+ & img {
52+ width : auto;
53+ height : 1.5rem ;
54+ }
55+ }
56+
3857/* Toggle Button */
3958
4059.Sideboard-toggleSideboard {
109128
110129.Sideboard .Tasks {
111130 flex : 1 ;
112- margin-bottom : 3rem ;
113131 min-height : 18rem ;
114132}
Original file line number Diff line number Diff line change 8585 < div data-montage-id ="tasksIcon "> </ div >
8686 </ div >
8787 < div data-montage-id ="scroller " class ="Sideboard-scroller ">
88- < div class ="g-padding ">
88+ < div class ="flush-bottom g-padding ">
8989 < div data-montage-id ="alerts " class ="g-margin-bottom "> </ div >
9090 < div data-montage-id ="tasks "> </ div >
9191 </ div >
9292 </ div >
93+ < div class ="Sideboard-logo ">
94+ < a href ="http://www.ixsystems.com " target ="_blank "> < img src ="../../../assets/images/ix_logo_text.png " alt ="IX Systems Logo "> </ a >
95+ </ div >
9396 < div data-montage-id ="toggleSideboard " class ="Sideboard-toggleSideboard Button--naked Button--icon ">
9497 < div >
9598 < svg > < use xlink:href ="#i-arrow "/> </ svg >
You can’t perform that action at this time.
0 commit comments