1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 13:47:37 +02:00

fix download button design

This commit is contained in:
trendschau
2020-10-12 20:33:10 +02:00
parent 0c6b3d9425
commit 525f7c3c41
2 changed files with 77 additions and 37 deletions

109
composer.lock generated
View File

@@ -210,16 +210,16 @@
},
{
"name": "laminas/laminas-permissions-acl",
"version": "2.7.1",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-acl.git",
"reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61"
"reference": "d8cd35ed94eef5d3d2533af4a72cf1c2932084bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
"reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/d8cd35ed94eef5d3d2533af4a72cf1c2932084bb",
"reference": "d8cd35ed94eef5d3d2533af4a72cf1c2932084bb",
"shasum": ""
},
"require": {
@@ -227,7 +227,7 @@
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-permissions-acl": "self.version"
"zendframework/zend-permissions-acl": "^2.7.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
@@ -238,12 +238,6 @@
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Acl\\": "src/"
@@ -259,35 +253,37 @@
"acl",
"laminas"
],
"time": "2019-12-31T17:37:23+00:00"
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-09-22T14:08:17+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.4",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "fcd87520e4943d968557803919523772475e8ea3"
"reference": "6ede70583e101030bcace4dcddd648f760ddf642"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
"reference": "fcd87520e4943d968557803919523772475e8ea3",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "6ede70583e101030bcace4dcddd648f760ddf642",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
@@ -311,7 +307,13 @@
"laminas",
"zf"
],
"time": "2020-05-20T16:45:56+00:00"
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-09-14T14:23:00+00:00"
},
{
"name": "nikic/fast-route",
@@ -777,16 +779,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.42",
"version": "v3.4.45",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081"
"reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081",
"reference": "14d978f8e8555f2de719c00eb65376be7d2e9081",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
"reference": "0bb9ea263b39fce3a12ac9f78ef576bdd80dacb8",
"shasum": ""
},
"require": {
@@ -798,6 +800,7 @@
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/debug": "~3.4|~4.4",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
@@ -836,11 +839,25 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2020-05-05T15:06:23+00:00"
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-18T12:06:50+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.18.0",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -898,6 +915,20 @@
"polyfill",
"portable"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-14T12:35:20+00:00"
},
{
@@ -952,16 +983,16 @@
},
{
"name": "twig/twig",
"version": "v1.43.0",
"version": "v1.43.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3"
"reference": "2311602f6a208715252febe682fa7c38e56a3373"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/597a03e85a60af6feee4f5127f3ef4279a1694c3",
"reference": "597a03e85a60af6feee4f5127f3ef4279a1694c3",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/2311602f6a208715252febe682fa7c38e56a3373",
"reference": "2311602f6a208715252febe682fa7c38e56a3373",
"shasum": ""
},
"require": {
@@ -1012,7 +1043,17 @@
"keywords": [
"templating"
],
"time": "2020-07-05T13:00:49+00:00"
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-08-05T15:05:05+00:00"
},
{
"name": "vlucas/valitron",

View File

@@ -260,9 +260,8 @@ a.tm-download::before{
margin-left: -40px;
width: 30px;
height: 30px;
line-height: 30px;
font-family: Calibri, "Segoe UI", Roboto, Courier, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1.3em;
font-family: Courier, Calibri, "Segoe UI", Roboto, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1em;
font-weight: 900;
border-radius: 50%;
text-align: center;