mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
Rename all the attributes for navigation in list with basket
This commit is contained in:
@@ -33,4 +33,4 @@
|
||||
@import "field-badge";
|
||||
@import "file-select";
|
||||
@import "medallion-icon";
|
||||
@import "navigation";
|
||||
@import "basket";
|
||||
@@ -3,23 +3,34 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-navigation {
|
||||
.ibo-basket {
|
||||
position: relative;
|
||||
|
||||
.ibo-navigation-form {
|
||||
.ibo-basket-form {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
font-size: $ibo-font-size-150;
|
||||
|
||||
.ibo-form-navigation--total {
|
||||
.ibo-form-basket--total {
|
||||
text-align: center;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
|
||||
.ibo-form-basket--total--link {
|
||||
cursor: pointer;
|
||||
color: var(--ibo-hyperlink-color);
|
||||
}
|
||||
|
||||
.ibo-form-basket--total--link:hover {
|
||||
color: var(--ibo-hyperlink-color--on-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-form-navigation--nav {
|
||||
.ibo-form-basket--nav {
|
||||
cursor: pointer;
|
||||
margin-left: 5px;
|
||||
margin-right: 10px;
|
||||
padding-top: 3px;
|
||||
Reference in New Issue
Block a user