mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
10 lines
71 B
CSS
10 lines
71 B
CSS
/* Utils */
|
|
|
|
.p-10 {
|
|
padding: 10px;
|
|
}
|
|
|
|
.m-10 {
|
|
margin: 10px;
|
|
}
|