modified file bootstrap-buttons.css

This commit is contained in:
2023-12-08 23:23:36 +00:00
committed by Gitium
parent 33d18af972
commit 3f4d8b933f
2304 changed files with 24432 additions and 417943 deletions

View File

@ -1,44 +0,0 @@
.menu-icon-dashboard-notice {
position: relative;
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;
}
.menu-icon-dashboard-notice .notice-dismiss {
text-decoration: none;
}