Update src/styles/post.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 52s
All checks were successful
Release to Staging / build_and_release (push) Successful in 52s
This commit is contained in:
parent
4b6db36646
commit
1b960e5f02
@ -252,3 +252,24 @@
|
||||
padding: 0px 0 10px 0;
|
||||
line-height: 1.5 !important;
|
||||
}
|
||||
|
||||
.dropdown.dropdownMain.dropdownMainBlogpost {
|
||||
flex-grow: unset;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
border-radius: 6px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSWarning {
|
||||
width: 100%;
|
||||
border-radius: 8px;
|
||||
padding: 10px 15px;
|
||||
border: solid 2px tomato;
|
||||
background: rgba(255,80,80,0.15);
|
||||
color: rgba(255,255,255,0.95);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user