15 lines
242 B
CSS
Executable File
15 lines
242 B
CSS
Executable File
.subject-frame{
|
|
background-color: rgba(255,255,255,.1);
|
|
border-radius: 4px;
|
|
padding: 5px;
|
|
margin-bottom: 1.4rem;
|
|
}
|
|
|
|
.title-frame{
|
|
|
|
}
|
|
|
|
.title-frame h1 input{
|
|
padding-left: 1.4rem;
|
|
padding-top: 0.4rem;
|
|
} |