First draft
This commit is contained in:
@@ -7,51 +7,33 @@
|
||||
* https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
|
||||
**/
|
||||
|
||||
#hostingsupport1984_support_widget {
|
||||
background: #fffbee;
|
||||
}
|
||||
|
||||
#adminmenu a.toplevel_page_hostingsupport1984_manage {
|
||||
background-color: #b48701;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#adminmenu a.toplevel_page_hostingsupport1984_manage:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#adminmenu a.toplevel_page_hostingsupport1984_manage div.wp-menu-image::before {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#hosting-support-1984-main-links {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 0.2rem;
|
||||
list-style-type: none;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 0.2rem;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.hosting-support-1984-li {
|
||||
}
|
||||
|
||||
.hosting-support-1984-icon {
|
||||
width: 5.3em;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: 5.3em;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.hosting-support-1984-text {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#hosting-support-1984-logo {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#hosting-support-1984-logo img {
|
||||
width: auto;
|
||||
height: 1.5em;
|
||||
}
|
||||
|
||||
width: auto;
|
||||
height: 1.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user