From 5620058051f4279a49a99895f4b005887c12248c Mon Sep 17 00:00:00 2001 From: Vivek Verma Date: Fri, 20 Mar 2020 14:45:13 +0530 Subject: [PATCH] Update framework.css --- app_Timer/css/framework.css | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/app_Timer/css/framework.css b/app_Timer/css/framework.css index 811ad63..038f74c 100644 --- a/app_Timer/css/framework.css +++ b/app_Timer/css/framework.css @@ -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 @@ -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 { @@ -53,7 +52,6 @@ p.timerValue text-align: center; color: #222; margin: 25px 0 25px 0; - } .button.timerButton @@ -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; @@ -156,10 +156,11 @@ p.timerValue background: #9dd; transform: scale(.91,.91); } + #reset::after{ content: "⃠"; float: right; position: relative; right: 10px; line-height: 1; -} \ No newline at end of file +}