Skip to content

Commit

Permalink
Merge pull request #376 from isaacRaphael/dev
Browse files Browse the repository at this point in the history
Feature : completing the styling of the figma navbar
  • Loading branch information
claretnnamocha authored Sep 3, 2021
2 parents f409efb + ba2ef98 commit 27fa1ba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Apps/Figma/Figma.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Figma extends Component {
<h4 className="Logo-tag">Figma</h4>
<div className="arrow-down">^</div>
</div>
<div className="mb-1.5">
<div className="mb-1.5 fig-connect-btn">
<a
className="px-4 py-2 bg-gray-700 text-white rounded-sm"
href={deployedUrl}
Expand Down
11 changes: 11 additions & 0 deletions client/src/components/Apps/Figma/css/Figma.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
padding: 20px 0 20px 20px;
justify-content: flex-start;
align-items: center;
position :relative;
}

.Start-title h4 {
Expand Down Expand Up @@ -56,3 +57,13 @@
border-bottom: 1px solid #0ACF83;
}

.fig-connect-btn {
position: absolute;
top: 95px;
left: 180px;

}

.fig-connect-btn a {
background-color: #0ACF83 ;
}
5 changes: 3 additions & 2 deletions client/src/components/Apps/Github/containers/GithubHome.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
// import { Link } from "react-router-dom";
// import { IoChevronBackOutline } from "react-icons/io5";
import { Link } from "react-router-dom";
import { Link } from "react-router-dom";
import { IoChevronBackOutline } from "react-icons/io5";
import Image from "../assets/ZV_64LdGoao.jpg";
import GithubLogo from "../assets/Rectangle 693.jpg";
import "../style/GithubHome.css";
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/MainPage/installedcard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
// import ModalComponent from "../Modal/Modal";
import Modal from "react-bootstrap/Modal";
// import Modal from "react-bootstrap/Modal";
import { useHistory, Link } from "react-router-dom";

const InstallToolsCard = ({ name, image, description, linkName }) => {
Expand Down

0 comments on commit 27fa1ba

Please sign in to comment.