mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update sass
This commit is contained in:
parent
dccf50762f
commit
1881d42b4b
2 changed files with 16 additions and 1 deletions
4
resources/assets/sass/app.scss
vendored
4
resources/assets/sass/app.scss
vendored
|
@ -17,4 +17,6 @@
|
|||
|
||||
@import "components/notifications";
|
||||
|
||||
@import "components/switch";
|
||||
@import "components/switch";
|
||||
|
||||
@import '~bootstrap-vue/dist/bootstrap-vue.css';
|
||||
|
|
13
resources/assets/sass/custom.scss
vendored
13
resources/assets/sass/custom.scss
vendored
|
@ -331,4 +331,17 @@ details summary::-webkit-details-marker {
|
|||
.input-elevated:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
|
||||
}
|
||||
|
||||
.icon-wrapper {
|
||||
display: inline-flex;
|
||||
padding: 14px;
|
||||
border-radius: 50%;
|
||||
background: #10c5f8;
|
||||
background: -webkit-gradient(linear,left top,right bottom,from(#6736dd),to(#10c5f8));
|
||||
background: linear-gradient(to bottom right,#6736dd,#10c5f8);
|
||||
}
|
||||
|
||||
.border-left-blue {
|
||||
border-left: 3px solid #10c5f8;
|
||||
}
|
Loading…
Reference in a new issue