Ver a proveniência

Add 3 base-colors, better transition animation.

Add:
    static/sass/index.sass
        -Add a gradual CSS `transition` to the search-bar, when a query is
        entered for the first time.

    static/sass/_variables.sass
        -Add bitshift's three new primary base colors.
tags/v1.0^2
Severyn Kozak há 10 anos
ascendente
cometimento
b5036ebb67
3 ficheiros alterados com 8 adições e 6 eliminações
  1. +3
    -1
      static/sass/_variables.sass
  2. +3
    -4
      static/sass/index.sass
  3. +2
    -1
      static/sass/main.sass

+ 3
- 1
static/sass/_variables.sass Ver ficheiro

@@ -2,4 +2,6 @@
Partial to contain all globally-applicable variables.
*/

$lightBlue: #37a5d4
$baseColor1: #A31F34
$baseColor2: #8A8B8C
$baseColor3: #C2C0BF

+ 3
- 4
static/sass/index.sass Ver ficheiro

@@ -5,12 +5,11 @@
@import mixins

div#search-field
@extend .t3

bottom: 0
height: 200px
height: 50%
left: 0
margin: auto
margin-top: 15%
position: absolute
right: 0
top: 0
@@ -30,7 +29,7 @@ div#search-field
&.partly-visible
@extend .t3

margin-top: 2%
margin-top: 3%
width: 46%

#title


+ 2
- 1
static/sass/main.sass Ver ficheiro

@@ -21,6 +21,7 @@ div#container
padding: 10px

div#body
height: 100%
padding-bottom: 110px
padding-top: 4%

@@ -32,7 +33,7 @@ div#container
div#footer
@extend .t3

background-color: $lightBlue
background-color: $baseColor1
bottom: 0
height: 60px
padding-top: 12px


Carregando…
Cancelar
Guardar