mirror of
https://github.com/pinry/pinry.git
synced 2025-11-18 02:40:40 +01:00
Feature: Add Board delete function
This commit is contained in:
committed by
Isaac Bythewood
parent
54487787f5
commit
e455821ac6
@@ -61,28 +61,5 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@mixin border-radius {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.editor-buttons {
|
||||
padding: 3px 1px 3px 3px;
|
||||
background-color: rgba(225, 225, 225, 0.6);
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
|
||||
@include border-radius;
|
||||
.icon-container {
|
||||
@include border-radius;
|
||||
padding: 5px 2px 2px 2px;
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
margin-right: 2px;
|
||||
span {
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
}
|
||||
@import './editor';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user