@import "~cosmoUiVariables";

 // psuedo icon which is actually just a round border
 .icon {
     border: $border-dark;
     border-radius: 100%;
     height: 10px;
     width: 10px;
     margin-right: $margin-200;
 }

.header {
    display: block;
}
