1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00
onion/sass/ascribe_settings.scss

61 lines
1.2 KiB
SCSS
Raw Normal View History

2015-06-17 19:50:52 +02:00
.ascribe-settings-wrapper {
width: 100%;
text-align: center;
padding-bottom: 1em;
background-color: white;
border-left: 3px solid rgba(0,0,0,0);
&:last-child {
border-bottom: 1px solid rgba(0,0,0,.2);
}
}
.is-focused {
background-color: rgba(2, 182, 163, 0.1);
border-left: 3px solid rgba(2, 182, 163, 1);
}
.ascribe-settings-property {
display: inline-block;
width: 100%;
text-align: left;
border-top: 1px solid rgba(0,0,0,.2);
padding-top: 1em;
padding-left: 1.5em;
cursor:pointer;
span {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 1em;
color: rgba(0,0,0,.7);
}
input {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 1.1em;
width:100%;
margin-top: .7em;
border: 0;
background-color: rgba(0,0,0,0);
color: #38BAAD;
&:focus {
border:0;
outline:0;
}
&::selection {
color: white;
background-color: rgba(0,0,0,1);
}
}
}