Skip to content

Commit 1abda61

Browse files
committed
Renamed create simple plan files
1 parent f44e0fb commit 1abda61

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

src/projects/detail/components/SimplePlan/CreateSimplePlan/CreateSimpleplan.jsx renamed to src/projects/detail/components/SimplePlan/CreateSimplePlan/CreateSimplePlan.jsx

File renamed without changes.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)