mirror of
https://github.com/fankes/AndroidNotifyIconAdapt.git
synced 2025-09-06 02:35:23 +08:00
Modify move to new documentation
This commit is contained in:
51
docs/resources/css/render.css
Normal file
51
docs/resources/css/render.css
Normal file
@@ -0,0 +1,51 @@
|
||||
div {
|
||||
color: #303d4e;
|
||||
}
|
||||
|
||||
.markdown-body-box {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding-left: 45px;
|
||||
padding-right: 45px;
|
||||
padding-bottom: 45px;
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.mdui-snackbar-text {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.mdui-dialog {
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.mdui-appbar {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.round-left-icon-box {
|
||||
margin-right: 15px;
|
||||
border-radius: 50%;
|
||||
padding: 10px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.round-icon {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
object-fit: contain;
|
||||
filter: drop-shadow(100px 0 white);
|
||||
transform: translate(-100px);
|
||||
}
|
Reference in New Issue
Block a user