updated plugin Menu Icons version 0.12.11

This commit is contained in:
2022-03-21 13:35:08 +00:00
committed by Gitium
parent dee8d18381
commit a9ffa6605d
42 changed files with 3531 additions and 3006 deletions

View File

@ -0,0 +1,40 @@
.menu-icon-dashboard-notice {
background: #FFFFFF;
border: 1px solid #E1E1E1;
box-sizing: border-box;
padding: 24px;
border-left: 4px solid #72AEE6;
margin: 0 0 30px;
}
.menu-icon-dashboard-notice h2 {
padding: 0;
margin: 0 0 8px;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
color: #000000;
}
.menu-icon-dashboard-notice p {
font-size: 12px;
line-height: 1.2;
color: #000000;
display: block;
margin-bottom: 16px;
}
.menu-icon-dashboard-notice .button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 5px 12px;
background: #0071AE;
border-radius: 4px;
width: 105px;
height: 30px;
color: #FFFFFF;
font-size: 13px;
line-height: 1.5;
}