blowfish/src/renderer/pages/preferences.module.css

22 lines
284 B
CSS
Raw Normal View History

2019-09-09 00:13:38 +02:00
.preferences {
text-align: left;
width: 100%;
position: relative;
}
.title {
width: 100%;
font-size: 2.2rem;
margin-top: -1rem;
margin-bottom: 2rem;
}
.close {
text-decoration: none;
font-size: 2rem;
position: absolute;
top: 0;
right: 0;
color: #8b98a9;
}