|
@@ -0,0 +1,58 @@
|
|
|
|
+body
|
|
|
|
+ margin: 0
|
|
|
|
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
|
|
+ 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
|
|
+ sans-serif
|
|
|
|
+ -webkit-font-smoothing: antialiased
|
|
|
|
+ -moz-osx-font-smoothing: grayscale
|
|
|
|
+
|
|
|
|
+code
|
|
|
|
+ font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace
|
|
|
|
+
|
|
|
|
+$slyles: Verdana, Geneva, Tahoma, sans-serif
|
|
|
|
+$colors: blue
|
|
|
|
+
|
|
|
|
+h2
|
|
|
|
+ font-family: $slyles
|
|
|
|
+ color: $colors
|
|
|
|
+ margin-left: 5px
|
|
|
|
+
|
|
|
|
+.btn_click
|
|
|
|
+ position: relative
|
|
|
|
+ display: inline-block
|
|
|
|
+ cursor: pointer
|
|
|
|
+ margin-left: 2px
|
|
|
|
+ width: 6em
|
|
|
|
+ height: 2.5em
|
|
|
|
+ line-height: 2.4em
|
|
|
|
+ vertical-align: middle
|
|
|
|
+ text-align: center
|
|
|
|
+ text-decoration: none
|
|
|
|
+ user-select: none
|
|
|
|
+ color: #000
|
|
|
|
+ outline: none
|
|
|
|
+ border: 1px solid rgba(110,121,128,.8)
|
|
|
|
+ border-top-color: rgba(0,0,0,.3)
|
|
|
|
+ border-radius: 5px
|
|
|
|
+ background: rgb(206, 220, 231) linear-gradient(rgb(206,220,231), rgb(89,106,114))
|
|
|
|
+ box-shadow:
|
|
|
|
+ 0 -1px rgba(10,21,28,.9) inset,
|
|
|
|
+ 0 1px rgba(255,255,255,.5) inset
|
|
|
|
+ &:hover
|
|
|
|
+ background: linear-gradient(#d2dfea, #71828c)
|
|
|
|
+ &active
|
|
|
|
+ line-height: 2.6em
|
|
|
|
+ background: linear-gradient(#bac6cf, #c5d3de 20%, #71828c)
|
|
|
|
+ box-shadow: 0 -1px rgba(255,255,255,.4) inset
|
|
|
|
+ &:before
|
|
|
|
+ position: absolute
|
|
|
|
+ top: -10px
|
|
|
|
+ right: -10px
|
|
|
|
+ bottom: -10px
|
|
|
|
+ left: -10px
|
|
|
|
+ z-index: -1
|
|
|
|
+ border-radius: 8px
|
|
|
|
+ background: linear-gradient(rgba(200,200,200,.5), rgba(240,240,240,.5))
|
|
|
|
+
|
|
|
|
+.counter_text
|
|
|
|
+ margin-left: 80px
|