mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
radius
This commit is contained in:
parent
b245cd0640
commit
10a6548d39
5 changed files with 24 additions and 10 deletions
|
@ -12,32 +12,43 @@
|
|||
|
||||
.group {
|
||||
width: 54px;
|
||||
border-radius: 4px;
|
||||
border-radius: $panel_radius;
|
||||
margin: ($gap / 2) 0;
|
||||
background: #191919;
|
||||
box-sizing: border-box;
|
||||
box-shadow: #111111 0 0 0 1px;
|
||||
box-shadow: #222222 0 0 0 1px;
|
||||
|
||||
&:global(.logo) {
|
||||
color: white;
|
||||
height: (54px * 1.5) + $gap / 2;
|
||||
//background: url('http://vault48.org/pixmaps/logo.png') no-repeat -20px -40px #191919;
|
||||
background: white;
|
||||
// #c1543d
|
||||
background-size: 140px;
|
||||
font-weight: 600;
|
||||
font-family: Raleway;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
padding-top: 66px;
|
||||
box-shadow: inset #111111 0 -1px, inset #222222 0 1px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 0;
|
||||
|
||||
&:first-child {
|
||||
border-top-left-radius: $panel_radius;
|
||||
border-top-right-radius: $panel_radius;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom-left-radius: $panel_radius;
|
||||
border-bottom-right-radius: $panel_radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
height: 54px;
|
||||
box-shadow: inset #111111 0 -1px, inset #222222 0 1px;
|
||||
border-radius: 4px;
|
||||
border-radius: $panel_radius;
|
||||
}
|
||||
|
||||
.flexy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue