1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-23 09:09:57 +02:00

add button to main site

This commit is contained in:
Xuan Sang LE
2018-02-26 13:17:46 +01:00
parent b6b3d8dcb3
commit 77e17404fd
2 changed files with 17 additions and 2 deletions

View File

@ -219,6 +219,20 @@ button{
margin-right: 10px;
box-shadow: 1px 1px 1px #9f9F9F;
}
a.about{
display: block;
text-decoration: none;
padding:5px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
box-shadow: 1px 1px 1px #9f9F9F;
background-color: #5fa6cf;
text-align: center;
color: white;
margin-top: 10px;
font-weight: bold;
}
div[data-id="status"]{
padding-left: 10px;
padding-top:5px;