mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
Updated menu styling
This commit is contained in:
parent
753cfdb8fd
commit
bcb2fdaea8
|
@ -16,6 +16,8 @@ side-menu {
|
|||
width: 260px;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;;
|
||||
background-color: #E9E9F9;
|
||||
}
|
||||
|
||||
redoc {
|
||||
|
|
4
lib/components/SideMenu/side-menu.css
Normal file
4
lib/components/SideMenu/side-menu.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
h2 {
|
||||
text-transform: uppercase;
|
||||
color: #1976D3;
|
||||
}
|
|
@ -15,6 +15,7 @@ const CHANGE = {
|
|||
selector: 'side-menu',
|
||||
providers: [SchemaManager],
|
||||
templateUrl: './lib/components/SideMenu/side-menu.html',
|
||||
styleUrls: ['./lib/components/SideMenu/side-menu.css'],
|
||||
directives: [SideMenuCat]
|
||||
})
|
||||
export class SideMenu extends BaseComponent {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
label {
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
font-size: 15px;
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in New Issue
Block a user