Untitled
unknown
plain_text
4 years ago
780 B
12
Indexable
.new-task {
padding: 8px 16px;
&__text {
color: grey;
cursor: pointer;
font-size: 18px;
}
span {
color: #DB4C3F;
margin-right: 20px;
font-size: 16px;
}
input {
width: 100%;
padding: 4px 8px;
margin: 8px 0;
border-radius: 2px;
border: 1px solid lightgrey;
}
button {
margin-right: 16px;
cursor: pointer;
color: grey;
background-color: transparent;
font-size: 14px;
border: none;
&[type="submit"] {
color: white;
background-color: #DB4C3F;
padding: 4px 12px;
border-radius: 2px;
font-weight: bold;
border: none;
}
}
}Editor is loading...