Commit d890ae5f02b93312370fcd3a9a720416d6948ec5

Authored by Arthur Esposte
1 parent 8472daba

Add style for highlight the current software step creation

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2881,3 +2881,10 @@ body.action-embed-index {
2881 2881 padding-right: 150px;
2882 2882 }
2883 2883  
  2884 +div.software-step-info div.current-step h3 {
  2885 + color: #F50054;
  2886 +}
  2887 +
  2888 +#content .main-block div.software-step-info div.another-step h3 {
  2889 + font-size: 12px !important;
  2890 +}
2884 2891 \ No newline at end of file
... ...