Commit 5856a31e authored by Nicolas Widart's avatar Nicolas Widart

Publishing core assets

parent d05d018f
...@@ -2275,7 +2275,7 @@ Component: timeline ...@@ -2275,7 +2275,7 @@ Component: timeline
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
background: #3d9970; background: #00c0ef;
box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2); box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
padding: 20px 10px; padding: 20px 10px;
text-align: center; text-align: center;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
margin: 90px auto 0 auto; margin: 90px auto 0 auto;
.header { .header {
.border-radius(4px, 4px, 0, 0); .border-radius(4px, 4px, 0, 0);
background: @olive; background: @aqua;
box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2); box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
padding: 20px 10px; padding: 20px 10px;
text-align: center; text-align: center;
......
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