Sengi-Windows-MacOS-Linux/Mamoth/src/app/components/left-side-bar/left-side-bar.component.css

7 lines
103 B
CSS
Raw Normal View History

2018-03-16 01:43:53 +01:00
#mam-left-bar {
width: 50px;
height: calc(100%);
background: green;
outline: 1px dotted red;
}