mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-26 04:39:09 -04:00
Add Material Design for Public and Admin
This commit is contained in:
10
resources/theme/material-dashboard/assets/scss/material-dashboard/_images.scss
vendored
Normal file
10
resources/theme/material-dashboard/assets/scss/material-dashboard/_images.scss
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
.img-thumbnail{
|
||||
border-radius: 16px;
|
||||
}
|
||||
.img-raised{
|
||||
@include shadow-big-image();
|
||||
}
|
||||
|
||||
.rounded{
|
||||
border-radius: $border-radius-large !important;
|
||||
}
|
||||
Reference in New Issue
Block a user