1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

removed old tips

This commit is contained in:
Antelle 2015-12-16 21:07:14 +03:00
parent 3d8f13a5ca
commit 29c060a8d0
2 changed files with 0 additions and 39 deletions

View File

@ -1,35 +0,0 @@
.help-tip {
@include display(flex);
@include align-items(stretch);
@include flex-direction(row);
@include justify-content(flex-start);
position: absolute;
font-size: 16px;
left: 320px;
top: 380px;
border-radius: $base-border-radius;
@include th {
color: background-color();
background-color: text-color();
box-shadow: 0 0 10px rgba(medium-color(), .2);
border-bottom: selected-border();
}
&__side {
@include flex(0 0 auto);
@include display(flex);
@include align-items(stretch);
@include flex-direction(column);
@include justify-content(center);
@include th {
background-color: action-color();
color: text-color();
}
cursor: pointer;
border-top-left-radius: $base-border-radius;
font-size: 16px;
padding: 0 6px;
}
&__text {
padding: $base-padding;
}
}

View File

@ -1,4 +0,0 @@
<div class="help-tip">
<div class="help-tip__side"><i class="fa fa-lightbulb-o"></i></div>
<div class="help-tip__text"><%- text %></div>
</div>