diff --git a/src/app/components/navigation/navigation.component.html b/src/app/components/navigation/navigation.component.html index 9b27688..38e4bb6 100644 --- a/src/app/components/navigation/navigation.component.html +++ b/src/app/components/navigation/navigation.component.html @@ -25,4 +25,4 @@ --> - \ No newline at end of file + diff --git a/src/app/components/newsletter-card/newsletter-card.component.html b/src/app/components/newsletter-card/newsletter-card.component.html index f89d6d4..dc8d29b 100644 --- a/src/app/components/newsletter-card/newsletter-card.component.html +++ b/src/app/components/newsletter-card/newsletter-card.component.html @@ -1,27 +1,26 @@
-
- +
- - \ No newline at end of file + diff --git a/src/app/components/project-card/project-card.component.html b/src/app/components/project-card/project-card.component.html index 5edb9ec..e3f3b6a 100644 --- a/src/app/components/project-card/project-card.component.html +++ b/src/app/components/project-card/project-card.component.html @@ -3,11 +3,8 @@
-
{{project.name}}
{{project.description | trimText}}
- -
- - \ No newline at end of file + + +
+
+
+ Hunter + +
+
+ Makers + +
+
+
+
+

discussion

+
+
+ + + +
+ Yigit Pinarbasi +
@yigitpinarbasi . Product Designer, Design Lead @epcsht
+
+
+
+ Never say "no" to icon packs! +
+ +
+
+ +
+
+ diff --git a/src/app/components/shared/header/header.component.css b/src/app/components/shared/header/header.component.css index fea200e..3b83b3a 100644 --- a/src/app/components/shared/header/header.component.css +++ b/src/app/components/shared/header/header.component.css @@ -1,71 +1,68 @@ .header { background: #fff; - border-bottom: 1px solid #e8e8e8; - position: relative; + border-bottom: 1px solid #e8e8e8; + position: relative; } .constraintWidth { - max-width: 1100px; padding: 0 15px; - box-sizing: border-box; - margin: 0 auto; - min-width: 320px; - + box-sizing: border-box;a + margin: 0 auto; } .content { display: -ms-flexbox; display: flex; - padding: 15px 0; - position: relative; - height: 32px; - justify-content: space-between; - -ms-flex-pack: justify; + padding: 15px 0; + position: relative; + height: 32px; + justify-content: space-between; + -ms-flex-pack: justify; } /*---------------LEFT SIDE--------------------*/ .leftside { ms-flex-align: center; - align-items: center; - -ms-flex-pack: start; - justify-content: flex-start; - display: -ms-flexbox; - display: flex; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; + display: -ms-flexbox; + display: flex; } .logo { - margin: 0 10px 0 0; + margin: 0 10px 0 0; } .name { display: block; position: relative; - top: 1px; - text-decoration: none; + top: 1px; + text-decoration: none; } .name strong { color: #da552f; - display: block; - font-size: 18px; - font-weight: 600; - line-height: 18px; + display: block; + font-size: 18px; + font-weight: 600; + line-height: 18px; } .name span { display: block; - margin-top: 2px; - font-size: 13px; - color: #999; + margin-top: 2px; + font-size: 13px; + color: #999; } /*-----------------CENTER PART----------------*/ .container { left: 50%; - margin-left: -150px; - position: absolute; - top: 16px; - width: 280px; + margin-left: -150px; + position: absolute; + top: 16px; + width: 280px; } .form { @@ -76,64 +73,62 @@ .text { font-size: 14px; - font-weight: 400; - line-height: 18px; - color: #999; - margin: 0; + font-weight: 400; + line-height: 18px; + color: #999; + margin: 0; } .ion-ios-search { fill: #999; - font-size: 18px; - left: 8px; - position: absolute; - top: 8px; - + font-size: 18px; + left: 8px; + position: absolute; + top: 8px; } .input { - color: #999; - border: 1px solid #e8e8e8; - border-radius: 3px; - background: #fff; - height: 25px; - padding: 2px 10px 0 32px; - width: 100%; + color: #999; + border: 1px solid #e8e8e8; + border-radius: 3px; + background: #fff; + height: 25px; + padding: 2px 10px 0 32px; + width: 100%; } /*-------------------------------RIGHT SIDE----------------------*/ .rightside { display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: end; - justify-content: flex-end; + display: flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; } .ion-ios-more { text-align: center; - -ms-flex-align: center; - align-items: center; - display: -ms-inline-flexbox; - display: inline-flex; - -ms-flex-pack: center; - justify-content: center; - height: 32px; - width: 32px; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: center; + justify-content: center; + height: 32px; + width: 32px; } .divider { color: #e8e8e8; - margin-left: 13px; - border-left: 1px solid #e8e8e8; - height: 13px; - width: 3px; + margin-left: 13px; + border-left: 1px solid #e8e8e8; + height: 13px; + width: 3px; } .logged-in-user-area{ - width: 200px; float: left; } @@ -145,62 +140,62 @@ .login { height: 30px; - margin-left: 5px; - background: #fff; - border-color: #e8e8e8; - color: #000; - fill: #000; - padding: 0 13px; - font-weight: 600; - font-size: 12px; - line-height: 16px; - text-transform: uppercase; - border-radius: 3px; - border: 1px solid transparent; - box-sizing: border-box; - outline: 0; - display: -ms-inline-flexbox; - display: inline-flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; - text-decoration: none !important; - border: 1px solid #e8e8e8; + margin-left: 5px; + background: #fff; + border-color: #e8e8e8; + color: #000; + fill: #000; + padding: 0 13px; + font-weight: 600; + font-size: 12px; + line-height: 16px; + text-transform: uppercase; + border-radius: 3px; + border: 1px solid transparent; + box-sizing: border-box; + outline: 0; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + text-decoration: none !important; + border: 1px solid #e8e8e8; } .signup { - height: 30px; - margin-left: 5px; - background: #da552f; - border-color: #da552f; - color: #fff; - fill: #fff; - padding: 0 13px; - border-radius: 3px; - border: 1px solid transparent; - box-sizing: border-box; - outline: 0; - display: -ms-inline-flexbox; - display: inline-flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - text-align: center; - text-decoration: none !important; - font-weight: 600; - font-size: 12px; - /*font-weight: 400;*/ - letter-spacing: .6px; - line-height: 16px; - text-transform: uppercase; + height: 30px; + margin-left: 5px; + background: #da552f; + border-color: #da552f; + color: #fff; + fill: #fff; + padding: 0 13px; + border-radius: 3px; + border: 1px solid transparent; + box-sizing: border-box; + outline: 0; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; + text-decoration: none !important; + font-weight: 600; + font-size: 12px; + /*font-weight: 400;*/ + letter-spacing: .6px; + line-height: 16px; + text-transform: uppercase; } .signup:hover { - background: #ea532a; + background: #ea532a; border-color: #ea532a; cursor: pointer; } @@ -208,14 +203,14 @@ .buttoncontainer { -ms-flex-align: center; - align-items: center; - display: -ms-inline-flexbox; - display: inline-flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -ms-flex-pack: center; - justify-content: center; - width: inherit; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -ms-flex-pack: center; + justify-content: center; + width: inherit; } .overlayInactive { @@ -223,9 +218,9 @@ } .avatar { - border-radius: 50%; - height: 32px; - width: 32px; + border-radius: 50%; + height: 32px; + width: 32px; } @media only screen and (min-width: 769px) { @@ -278,7 +273,7 @@ top: 7px; } - .ion-ios-search-strong{ + .ion-ios-search-strong { color: #999; font-size: 20px; height: 14px; @@ -295,5 +290,78 @@ } } +@media only screen and (max-width: 414px) { + /*.input { + width: 80%; + border: none; + font-size: 16px; + }*/ + /*.menu-button { + border: 1px solid #e8e8e8; + border-top: none; + }*/ + /*.menu-button-mobile { + list-style: none; + } + .menu-screen { + text-decoration: none; + color: black; + font-size: 13px; + } + .close-button { + border: none; + background-color: white; + font-size: 25px; + font-weight: 600; + float: right; + margin-top: -409px; + } + .menu-mobile { + padding: 20px 0px; + } + .ion-ios-search-strong { + padding: 0; + margin-top: 10px; + padding-left: 5px; + }*/ +} + +.boxarrow { + background: #fff; + border-radius: 5px; + border: 1px solid #e8e8e8; + width: 140px; + position: absolute; + right: 0; + z-index: 1; + display: none; +} + +.mobile-content-mobile { + list-style: none; + font-weight: 600; + font-size: 11px; + letter-spacing: .3px; + line-height: 16px; + text-transform: uppercase; + padding: 0; + margin: 15px 20px; +} +.option-mobile { + padding-bottom: 15px; +} +.small-screen { + color: #999; + text-decoration: none; +} +.separator-bar { + background: #e8e8e8; + border: 0; + height: 1px; + margin: -5px 0; +} + + + diff --git a/src/app/components/shared/header/header.component.html b/src/app/components/shared/header/header.component.html index 5100ac8..91e90f8 100644 --- a/src/app/components/shared/header/header.component.html +++ b/src/app/components/shared/header/header.component.html @@ -48,15 +48,93 @@
- + + +
+ +
+ +
-
\ No newline at end of file diff --git a/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html b/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html index d782cfe..4dd4f14 100644 --- a/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html +++ b/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html @@ -1,4 +1,4 @@ - - + diff --git a/src/app/components/shared/modal/modal.component.css b/src/app/components/shared/modal/modal.component.css index 1d407b2..69fa1ca 100644 --- a/src/app/components/shared/modal/modal.component.css +++ b/src/app/components/shared/modal/modal.component.css @@ -398,7 +398,7 @@ hr { height: 50px; overflow: scroll; } -@media (min-width: 500px) { +/*@media (min-width: 500px) { .modal-dialog { width: 500px; margin: 30px auto; @@ -410,13 +410,13 @@ hr { .modal-sm { width: 300px; } -} +}*/ -@media (min-width: 992px) { +/*@media (min-width: 992px) { .modal-lg { width: 100%; } -} +}*/ .clearfix:before, .clearfix:after, .modal-header:before, @@ -498,3 +498,26 @@ hr { position: relative; } +@media only screen and (min-width: 768px) and (max-width: 1024px) { + .modal-dialog { + width: 90vw; + margin: 20px 5vw; + } +} + +@media only screen and (min-width: 481px) and (max-width: 767px) { + .modal-dialog { + width: 90vw; + margin: 20px 5vw; + } +} + +@media only screen and (min-width: 0) and (max-width: 480px) { + .modal-dialog { + width: 96vw; + margin: 20px 2vw; + } +} + + + diff --git a/src/app/components/shared/modal/modal.component.html b/src/app/components/shared/modal/modal.component.html index b8f91ca..cc65474 100644 --- a/src/app/components/shared/modal/modal.component.html +++ b/src/app/components/shared/modal/modal.component.html @@ -1,6 +1,6 @@