41 lines
747 B
CSS
41 lines
747 B
CSS
|
.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;
|
||
|
}
|