mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
project updates, test availability switch
This commit is contained in:
parent
7149120734
commit
fe3a0817bc
@ -10,7 +10,7 @@
|
|||||||
"GitHub": "https://github.com/kremalicious",
|
"GitHub": "https://github.com/kremalicious",
|
||||||
"Dribbble": "https://dribbble.com/kremalicious"
|
"Dribbble": "https://dribbble.com/kremalicious"
|
||||||
},
|
},
|
||||||
"availability": false,
|
"availability": true,
|
||||||
"typekit": "dtg3zui",
|
"typekit": "dtg3zui",
|
||||||
"googleanalytics": "UA-1441794-4"
|
"googleanalytics": "UA-1441794-4"
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
background: rgba($brand-light, .8);
|
background: rgba($brand-light, .8);
|
||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
color: $brand-grey-light;
|
color: $brand-grey-light;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
padding: $spacer / 2;
|
padding: $spacer / 2;
|
||||||
|
display: block;
|
||||||
|
|
||||||
p { margin-bottom: 0; }
|
p { margin-bottom: 0; }
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 2;
|
z-index: 1;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: background .2s ease-out;
|
transition: background .2s ease-out;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
Loading…
Reference in New Issue
Block a user