Add postcast styling
Add prettyPhoto
This commit is contained in:
12
resources/assets/sass/components/_podcast_item.scss
vendored
Normal file
12
resources/assets/sass/components/_podcast_item.scss
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
.announcement {
|
||||
padding: 30px;
|
||||
border-radius: 3px;
|
||||
background-color: #f0f0f0;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.action_button.btn {
|
||||
width: fit-content;
|
||||
color: #fff;
|
||||
float: left;
|
||||
margin: 10px 20px 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user