Skip to content

Commit

Permalink
adding init css for popup
Browse files Browse the repository at this point in the history
  • Loading branch information
QasimWani committed Nov 20, 2020
1 parent 8d5e1d3 commit 78622c1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions css/popup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
body {
width: 350px;
background-color: #faf5f59d !important;
padding: 10px;
text-align:center;
transition: background-color .75s ease;
font-size:13px;

font-family: "Helvetica Neue", "Lucida Grande", sans-serif;
}

#title {
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif;
font-size: 30px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 10px;
}

#caption {
font-family: "Norwester", "Helvetica Neue", "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}

.onboarding
{
font-family: sans-serif;
border-top: solid black 1px;
font-weight: 500;
font-size: medium;
}

0 comments on commit 78622c1

Please sign in to comment.