Merge branch 'new-logo'
This commit is contained in:
commit
2a21048def
@ -1,4 +1 @@
|
|||||||
<div class="redacto-logo">
|
<mat-icon svgIcon="red:logo"></mat-icon>
|
||||||
<div class="line-1"></div>
|
|
||||||
<div class="line-2"></div>
|
|
||||||
</div>
|
|
||||||
|
|||||||
@ -0,0 +1,5 @@
|
|||||||
|
@import '../../../assets/styles/red-variables';
|
||||||
|
|
||||||
|
:host {
|
||||||
|
color: $primary;
|
||||||
|
}
|
||||||
@ -1,24 +0,0 @@
|
|||||||
@import 'red-variables';
|
|
||||||
|
|
||||||
.redacto-logo {
|
|
||||||
height: 14px;
|
|
||||||
width: 22px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: flex-start;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.line-1 {
|
|
||||||
height: 6px;
|
|
||||||
width: 16px;
|
|
||||||
border-radius: 3px;
|
|
||||||
background-color: $primary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-2 {
|
|
||||||
height: 6px;
|
|
||||||
width: 22px;
|
|
||||||
border-radius: 6px;
|
|
||||||
background-color: $primary;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -18,7 +18,6 @@
|
|||||||
@import 'red-tables';
|
@import 'red-tables';
|
||||||
@import 'red-components';
|
@import 'red-components';
|
||||||
@import 'red-controls';
|
@import 'red-controls';
|
||||||
@import 'red-logo';
|
|
||||||
@import 'red-toasts';
|
@import 'red-toasts';
|
||||||
@import 'red-tooltips';
|
@import 'red-tooltips';
|
||||||
@import 'red-grid';
|
@import 'red-grid';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user