You are here

meta.css in Open Social 8.9

.img-metainfo__avatar {
  border-radius: 50%;
}

.node--unpublished__label {
  border-radius: 0 10px 0 10px;
  background-color: #29abe2;
  color: white;
}

File

themes/socialblue/assets/css/meta.css
View source
  1. .img-metainfo__avatar {
  2. border-radius: 50%;
  3. }
  4. .node--unpublished__label {
  5. border-radius: 0 10px 0 10px;
  6. background-color: #29abe2;
  7. color: white;
  8. }