mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Initial state
This commit is contained in:
3
samples/angular/MusicStore/wwwroot/css/site.css
Normal file
3
samples/angular/MusicStore/wwwroot/css/site.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
}
|
||||
14
samples/angular/MusicStore/wwwroot/css/styles.less
Normal file
14
samples/angular/MusicStore/wwwroot/css/styles.less
Normal file
@@ -0,0 +1,14 @@
|
||||
@base: #f938ab;
|
||||
|
||||
.box-shadow(@style, @c) when (iscolor(@c)) {
|
||||
-webkit-box-shadow: @style @c;
|
||||
box-shadow: @style @c;
|
||||
}
|
||||
.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
|
||||
.box-shadow(@style, rgba(0, 0, 0, @alpha));
|
||||
}
|
||||
.box {
|
||||
color: saturate(@base, 5%);
|
||||
border-color: lighten(@base, 30%);
|
||||
div { .box-shadow(0 0 5px, 30%) }
|
||||
}
|
||||
Reference in New Issue
Block a user