mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
80 lines
1.5 KiB
CSS
80 lines
1.5 KiB
CSS
@import "toolbar.css";
|
|
|
|
div#header {
|
|
width: 100%;
|
|
height: 0px;
|
|
background: #202020;
|
|
z-index: 1000;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
div#headerActions span {
|
|
border-bottom: 3px solid rgb(247, 201, 49);
|
|
}
|
|
|
|
div#headerActions a {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
|
|
div#headerNotifier {
|
|
border: 1px solid rgb(241, 163, 39);
|
|
background-color: rgb(252, 235, 192);
|
|
border-radius: 3px;
|
|
position: fixed;
|
|
padding: 5px 9px;
|
|
color: back;
|
|
white-space: nowrap;
|
|
margin-top: 5px;
|
|
display: none;
|
|
bottom: 10px;
|
|
}
|
|
|
|
div#toolbarRight {
|
|
float: right;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
justify-content: center;
|
|
margin: 6px 10px;
|
|
height: 100%;
|
|
}
|
|
#account {
|
|
float: right;
|
|
display: inline;
|
|
}
|
|
|
|
#account >img {
|
|
width: 36x;
|
|
height: 36px;
|
|
}
|
|
|
|
#accountSettingsPanel{
|
|
padding:10px 10px;
|
|
}
|
|
|
|
#share {
|
|
margin: 0 30px;
|
|
}
|
|
|
|
.actionButton {
|
|
float: right;
|
|
cursor: pointer;
|
|
margin: 0px 10px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
user-select: none;
|
|
vertical-align: middle;
|
|
justify-content: center;
|
|
padding: 10px 25px;
|
|
font-size: 15px;
|
|
min-width: 64px;
|
|
box-sizing: border-box;
|
|
font-weight: 600;
|
|
border-radius: 9px;
|
|
color: white;
|
|
background-color: #ffa800;
|
|
}
|
|
|
|
.actionButton:hover {
|
|
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
} |