We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e0fb commit 1abda61Copy full SHA for 1abda61
…an/CreateSimplePlan/CreateSimpleplan.jsx …an/CreateSimplePlan/CreateSimplePlan.jsxsrc/projects/detail/components/SimplePlan/CreateSimplePlan/CreateSimpleplan.jsx renamed to src/projects/detail/components/SimplePlan/CreateSimplePlan/CreateSimplePlan.jsx
src/projects/detail/components/SimplePlan/CreateSimplePlan/CreateSimplePlan.scss
@@ -0,0 +1,41 @@
1
+.milestones-container {
2
+ margin-top: 50px;
3
+}
4
+
5
+.tabs-header {
6
+ height: 0;
7
+ float: left;
8
9
+ nav {
10
+ justify-content: flex-start;
11
+ background-color: transparent;
12
+ }
13
14
+ ul {
15
+ > li:first-child {
16
+ margin-left: 0;
17
18
19
+ > li:last-child {
20
+ margin-right: 0;
21
22
23
24
25
+.welcome-message {
26
+ margin: 0 auto;
27
+ max-width: 760px;
28
29
30
+.add-new-milestone {
31
+ margin-top: 10px;
32
+ text-align: center;
33
34
35
+.twoColsLayout-contentInner {
36
+ max-width: 947px;
37
38
+ @media screen and (min-width: 1280px) {
39
+ margin-left: calc((100% - 947px) * 0.41);
40
41
0 commit comments