Skip to content

Commit

Permalink
Update framework.css
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualvivek authored Mar 20, 2020
1 parent 574b5fe commit 5620058
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions app_Timer/css/framework.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
body {

font-family: 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Helvetica Neue', sans-serif;
background: url(../assets/img/preview_back.jpg) no-repeat;
background-position: center;;
background-position: top;
background-size: 80%
background-size: 80%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

button:focus
Expand All @@ -16,15 +15,15 @@ button:focus

.viv_body
{
position: relative;
border: 2px solid #ddd;
width: 225px;
margin: auto;
padding: 0px;
border-radius: 28px;
background: #fafafa;
margin-top: 60px;
overflow: hidden;
position: relative;
border: 2px solid #ddd;
width: 225px;
margin: auto;
padding: 0px;
border-radius: 28px;
background: #fafafa;
margin-top: 60px;
overflow: hidden;
}

.timer_container {
Expand Down Expand Up @@ -53,7 +52,6 @@ p.timerValue
text-align: center;
color: #222;
margin: 25px 0 25px 0;

}

.button.timerButton
Expand Down Expand Up @@ -84,12 +82,14 @@ p.timerValue
{
border: 1px solid #DE8215CC;
}

.button.timerButton.pause
{
background: #DE8215CC;
box-shadow: 0px 0px 5px #DE821576, 0px 0px 60px #DE821576, 0px 8px 20px #DE821576;
cursor: pointer;
}

.button.timerButton.pause:disabled
{
background: #FBC07C;
Expand Down Expand Up @@ -156,10 +156,11 @@ p.timerValue
background: #9dd;
transform: scale(.91,.91);
}

#reset::after{
content: "⃠";
float: right;
position: relative;
right: 10px;
line-height: 1;
}
}

0 comments on commit 5620058

Please sign in to comment.