mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
27 lines
439 B
CSS
27 lines
439 B
CSS
.setting-card.mdl-card {
|
|
width: 320px;
|
|
height: 320px;
|
|
}
|
|
.setting-card > .mdl-card__title {
|
|
color: #fff;
|
|
background: bottom right 15% no-repeat #1fbcd2;
|
|
}
|
|
|
|
.setting-card-padding {
|
|
width: 50%;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
|
|
.setting-container {
|
|
display: table;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.icon-margin {
|
|
margin-right: 9px;
|
|
}
|