Skip to content
Snippets Groups Projects

Bug 566450 - Create styles for Installer alert boxes

2 files
+ 48
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,4 +47,17 @@
font-size:19px;
}
}
}
.eclipse-installer-alert {
background-color:@brand-secondary;
padding:10px 25px;
border-bottom:1px solid @brand-primary;
font-size:17px;
font-weight:400;
color:@white;
p{
margin-bottom:0;
color:@white;
}
}
\ No newline at end of file
Loading