59 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-01-16 18:28:37 +01:00
@import "./variables.less";
#cryptpadTopBar {
background: @topbar-back;
position: relative;
top: 0;
left: 0;
right: 0;
2017-01-17 18:19:45 +01:00
height: @topbar-height;
2017-01-16 18:28:37 +01:00
color: @topbar-color;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 5px;
box-sizing: border-box;
2017-01-17 18:19:45 +01:00
font-size: 30px;
2017-01-16 18:28:37 +01:00
&> span {
vertical-align: middle;
display: inline-block;
height: 100%;
}
.cryptpad-logo {
2017-01-17 18:19:45 +01:00
height: 40px;
2017-01-16 18:28:37 +01:00
vertical-align: middle;
}
.slogan {
font-size: 20px;
color: @topbar-color;
2017-01-17 18:19:45 +01:00
line-height: 40px;
2017-01-16 18:28:37 +01:00
}
.gotoMain {
color: @topbar-color;
2017-01-17 18:19:45 +01:00
height: 40px;
line-height: 40px;
&:hover {
text-decoration: none;
color: @cp-purple;
2017-01-17 18:19:45 +01:00
}
2017-01-16 18:28:37 +01:00
}
.right {
float: right;
font-size: 20px;
2017-01-17 18:19:45 +01:00
margin: 0px 10px;
line-height: 40px;
2017-01-16 18:28:37 +01:00
a {
2017-01-17 18:19:45 +01:00
font-weight: 500;
font-size: 0.75em;
color: @cp-purple;
2017-01-17 18:19:45 +01:00
&:hover {
text-decoration: underline;
2017-01-17 18:19:45 +01:00
}
2017-01-16 18:28:37 +01:00
}
}
}