Add button to edit publications on publication view page.
This commit is contained in:
@@ -34,6 +34,7 @@ $cardBorderRadius: .5em;
|
||||
|
||||
header {
|
||||
padding: 2em;
|
||||
position: relative;
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
@@ -46,6 +47,26 @@ $cardBorderRadius: .5em;
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: .8em .8em;
|
||||
border-radius: 10em;
|
||||
border: none;
|
||||
background-color: #3f51b5;
|
||||
color: white;
|
||||
transition: background-color .2s ease-in-out;
|
||||
position: absolute;
|
||||
top: -1.5em;
|
||||
right: 3em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
&:hover {
|
||||
background-color: #5b6ed8;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user