Move style to angular (#72)

* Move global styles to angular app
* Create dummy notification component
* Create dummy html for macro
* Fix click on sidemenu, so that link is the whole line
This commit is contained in:
Nejc Zdovc
2016-08-15 12:59:27 +02:00
committed by József Farkas
parent 094060d8db
commit d5b5f3293a
19 changed files with 566 additions and 53 deletions

View File

@@ -28,6 +28,7 @@
.menu-tabs--item {
display: flex;
align-items: center;
cursor: pointer;
i {
margin-right: 0.25em;
@@ -41,10 +42,19 @@
padding: 10px 24px;
}
mouse-tab {
&.popover-content {
padding: 10px;
display: flex;
align-items: center;
.select2-item {
position: relative;
font-size: 1.5rem;
&.keymap-name--wrapper {
padding-left: 50px;
}
.layout-segment-code {
height: 2rem;
position: absolute;
left: 0;
top: 50%;
margin-top: -1rem;
}
}