Skip to content

Instantly share code, notes, and snippets.

View AleksandrSl's full-sized avatar

Aleksandr AleksandrSl

View GitHub Profile

Keybase proof

I hereby claim:

  • I am aleksandrsl on github.
  • I am aleksandrsl (https://keybase.io/aleksandrsl) on keybase.
  • I have a public key ASBZ42EZcXH7TImTBlnSO-EJ7xOSz63ooyPcXRBrN7Kjawo

To claim this, I am signing this object:

@AleksandrSl
AleksandrSl / modal.css
Created December 10, 2020 21:00
Styles for modal window component
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: var(--modal-backdrop-layer);
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
@AleksandrSl
AleksandrSl / md.css
Created December 10, 2020 20:57
Material design like styles
.md-container {
position: relative;
width: 100%;
}
.container {
position: relative;
width: 100%;
height: 3em;
color: var(--grey-700);
@AleksandrSl
AleksandrSl / pom.xml
Created March 27, 2018 10:06
Kotlintest mvn
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>test</groupId>
<artifactId>test</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>