mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 03:21:22 +00:00
Fix admin channels link design
This commit is contained in:
parent
160ffe8626
commit
25b6ec055d
@ -81,26 +81,34 @@
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding-top: 3rem;
|
||||
// width: 669px;
|
||||
> a {
|
||||
height: 58px;
|
||||
width: 204px;
|
||||
border: 1px solid #E3E9F3;
|
||||
&:hover {
|
||||
border: 1px solid #CAD0DA;
|
||||
}
|
||||
&:after {
|
||||
height: 34px;
|
||||
width: 102px;
|
||||
display: inline-table;
|
||||
width: 120px;
|
||||
margin-bottom: 10px;
|
||||
display: inline-flex;
|
||||
margin-top: 13px;
|
||||
background-image: url('../../assets/images/logo_github.png');
|
||||
background-size: contain;
|
||||
content: '';
|
||||
}
|
||||
&:first-child {
|
||||
&:after {
|
||||
height: 32px;
|
||||
width: 156px;
|
||||
background-image: url('../../assets/images/logo_stack_overflow.png');
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
&:after {
|
||||
height: 32px;
|
||||
width: 156x;
|
||||
background-image: url('../../assets/images/logo_slack.png');
|
||||
}
|
||||
}
|
||||
|
||||
@ -45,4 +45,4 @@
|
||||
"npm": ">= 5.3.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user